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
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
1. Fork the repo and create your branch from `Development`.
5
-
2. If you've added/removed dependencies, update the documentation.
6
-
3. Make sure your code lints.
7
-
4. submit your PR to `Development`
4
+
1. Fork the repo and create your branch from `development`.
5
+
2. If you've added/removed dependencies please update the `README.md`.
6
+
3. When naming your branch please follow these guidelines:
7
+
- Prefix all branch names with `client-side/` or `server-side/` depending on where the majority of your contributions will be written in.
8
+
- Following the `/` add no more than 4 words separated by `-` explaining what is being worked on in the branch. Examples: `server-side/server-crash-bug-fix``client-side/nav-menu-styling-change`.
9
+
- If the branch has an associated issue add the issue number to the end of the branch name. Example: `client-side/nav-menu-styling-change-300`. If there is no associated issue one is not required.
10
+
4. When submitting your PR ask to merge it the `development` branch.
0 commit comments