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: .github/CONTRIBUTING.MD
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ Your Pull Requests have some requirements for documentation. They must include:
76
76
- For issues tagged "complex", you MUST explain why you made any choices that you did for how you approached the issue, in addition to a reasonable explanation for your changes.
77
77
- You must link the issue that you are working on at the end of the Pull Request. To do this, you must type a '#' character, and follow it with the Issue Number. This will indicate on the Issue itself that this Pull Request resolves it. For example, if you are working issue 99, you need to end your Pull Request with '#99'
78
78
79
+
79
80
#### Main vs Dev Branch
80
81
81
82
The `main` branch is the _production code_ that CodeDevils Website is currently operating on. Whatever is in `main` is what will be on the internet. Contributors should never make a Pull Request to merge directly to `main`.
0 commit comments