← Back to team overview

curtin-dev team mailing list archive

[Merge] ~falcojr/curtin:update-manager-in-docs into curtin:master

 

James Falcon has proposed merging ~falcojr/curtin:update-manager-in-docs into curtin:master.

Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~falcojr/curtin/+git/curtin/+merge/383601

Replace references to old team manager with new team manager and update .gitignore as a separate commit.
-- 
Your team curtin developers is requested to review the proposed merge of ~falcojr/curtin:update-manager-in-docs into curtin:master.
diff --git a/.gitignore b/.gitignore
index 8f343e7..27bc062 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ __pycache__
 .tox
 .coverage
 curtin.egg-info/
+.idea
diff --git a/HACKING.rst b/HACKING.rst
index 58adf76..f2b618d 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -15,11 +15,11 @@ Do these things once
   be listed in the `contributor-agreement-canonical`_ group.  Unfortunately
   there is no easy way to check if an organization or company you are doing
   work for has signed.  If you are unsure or have questions, email
-  `Josh Powers <mailto:josh.powers@xxxxxxxxxxxxx>` or ping powersj in
+  `Rick Harding <mailto:rick.harding@xxxxxxxxxxxxx>` or ping rick_h in
   ``#curtin`` channel via Freenode IRC.
 
   When prompted for 'Project contact' or 'Canonical Project Manager' enter
-  'Josh Powers'.
+  'Rick Harding'.
 
 * Configure git with your email and name for commit messages.
 

Follow ups