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
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ The best way to verify if an issue is ready to be worked on is checking if it ha
75
75
76
76
### Before Submitting a Pull Request
77
77
Before submitting a pull request, make sure that:
78
+
- Your work is related to an issue. **Pull requests that do not have an associated issue will not be accepted.**
78
79
- Your work adheres to the style guidelines and fits in with the rest of the codebase.
79
80
- You ran the project locally and tested your changes. Pay special attention to any specific areas of the p5.js editor that may be affected by your changes. Does everything still work as before? Great!
80
81
- You reference the [Preparing a Pull Request Guide](https://github.com/processing/p5.js-web-editor/blob/develop/contributor_docs/preparing_a_pull_request.md) for more details!
0 commit comments