Skip to content

Commit

Permalink
Added docs about what files need to be modified rather than replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Jun 6, 2018
1 parent 305040b commit 4e3091e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/howto/development_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,15 @@ From GitHub take a copy of the mg-process-test repository:
git push origin master
From here you can then customise the `README.md`, copyright `NOTICE`, setup.py and __init__.py files to match your new repository.
From here you can then customise the following files to match your new repository:

- `README.md`
- `NOTICE`
- setup.py
- `__init__.py`
- docs/conf.py

The files in `docs` contain boilerplate data that matches the processes and tools already in the repository, so should be updated as you add new pipelines and tools.

1 - Create a Tool
-----------------
Expand Down

0 comments on commit 4e3091e

Please sign in to comment.