You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,13 @@ To run this project locally on your machine you need the following installed
64
64
65
65
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**.
66
66
67
-
1. Fork the Project
67
+
1. Fork the Project. Always make sure to fork from the `development` branch (this is the default branch).
68
68
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
69
69
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
70
70
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.
0 commit comments