Skip to content

Commit c01433e

Browse files
authored
Merge pull request #60 from codeisscience/more-dev-guidelines
add link to backend guidelines and mention development again
2 parents 018a5b6 + 2249aaf commit c01433e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ To run this project locally on your machine you need the following installed
6464

6565
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
6666

67-
1. Fork the Project
67+
1. Fork the Project. Always make sure to fork from the `development` branch (this is the default branch).
6868
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
6969
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
7070
4. Push to the Branch (`git push origin feature/AmazingFeature`)
71-
5. Open a Pull Request to the development branch
71+
5. Open a Pull Request to the `development` branch
72+
73+
See also the [Contribution guidelines](https://github.com/codeisscience/journal-policy-tracker-backend/blob/master/CONTRIBUTING.md) for more info.
7274

7375
<!-- LICENSE -->
7476

0 commit comments

Comments
 (0)