After copying this template, you must execute the following steps to finish customizing your repository:
- CONTRIBUTING.md: Replace all occurences of
<repository-name>
with your repository's name - doc/guides/contributing/pull-requests.md: Replace all occurrences of
<repository-url>
with your repository's URL - doc/guides/contributing/pull-requests.md: Replace all occurrences of
<repository-name>
with your repository's name - doc/guides/contributing/pull-requests.md: Replace all occurrences of
<repository-git-url>
with your repository's Git URL - doc/guides/contributing/pull-requests.md: Replace all occurrences of
<project-linting-snippet>
with a snippet that will lint the code (or remove the lint section entirelly) - BUILDING.md: Replace all occurences of
<repository-name>
with your repository's name - BUILDING.md: Replace the block with an explanation regarding how to install your application generic dependencies. Also, if there are any OS-related dependencies, don't forget to add a section.
- doc/guides/writting-tests.md: Replace all occurrences of
<repository-name>
with your repository's name - doc/guides/running-tests.md: In this file, you need to fill all
<explain-for-your-application>
sections explaining how to run this type of test in your repository
As soon as you've finished all the above steps, you can remove this file.