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
Please follow the guidelines in the [Code of Conduct](https://github.com/processing/p5.js-web-editor/blob/master/.github/CODE_OF_CONDUCT.md).
21
+
Please follow the guidelines in the [Code of Conduct](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CODE_OF_CONDUCT.md).
24
22
25
23
## How Can I Contribute?
26
24
If you're new to open source, [read about how to contribute to open source](https://opensource.guide/how-to-contribute/).
@@ -33,6 +31,8 @@ Don't know where to begin? Here are some suggestions to get started:
33
31
- Front end: React/Redux, CSS/Sass, CodeMirror
34
32
- Back end: Node, Express, MongoDB, Jest, AWS
35
33
- DevOps: Travis CI, Jest, Docker, Kubernetes, AWS
34
+
- Documentation
35
+
- Translations: Application and documentation
36
36
* Use the [p5.js Web Editor](https://editor.p5js.org)! Find a bug? Think of something you think would add to the project? Open an issue.
37
37
* Expand an existing issue. Sometimes issues are missing steps to reproduce, or need suggestions for potential solutions. Sometimes they need another voice saying, "this is really important!"
38
38
* Try getting the project running locally on your computer by following the [installation steps](./../developer_docs/installation.md).
@@ -60,45 +60,9 @@ If you feel like an issue is tagged incorrectly (e.g. it's low priority and you
60
60
61
61
If you'd like to work on an issue, please comment on it to let the maintainers know, so that they can assign it to you. If someone else has already commented and taken up that issue, please refrain from working on it and submitting a PR without asking the maintainers as it leads to unnecessary duplication of effort.
62
62
63
-
Then, follow the [installation guide](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/installation.md) to get the project building and working on your computer.
63
+
Then, look at the [development guide](https://github.com/processing/p5.js-web-editor/blob/develop/developer_docs/development.md)for instructions on how to install the project locally and follow the right development workflow.
Good commit messages serve at least three important purposes:
73
-
74
-
* They speed up the reviewing process.
75
-
* They help us write good release notes.
76
-
* They help future maintainers understand your change and the reasons behind it.
77
-
78
-
Structure your commit message like this:
79
-
80
-
```
81
-
Short (50 chars or less) summary of changes ( involving Fixes #Issue-number keyword )
82
-
83
-
More detailed explanatory text, if necessary. Wrap it to about 72
84
-
characters or so. In some contexts, the first line is treated as the
85
-
subject of an email and the rest of the text as the body. The blank
86
-
line separating the summary from the body is critical (unless you omit
87
-
the body entirely); tools like rebase can get confused if you run the
88
-
two together.
89
-
90
-
Further paragraphs come after blank lines.
91
-
92
-
- Bullet points are okay, too
93
-
94
-
- Typically a hyphen or asterisk is used for the bullet, preceded by a
95
-
single space, with blank lines in between, but conventions vary here
96
-
```
97
-
98
-
* Write the summary line and description of what you have done in the imperative mode, that is as if you were commanding someone. Start the line with "Fix", "Add", "Change" instead of "Fixed", "Added", "Changed".
99
-
* Always leave the second line blank.
100
-
* Be as descriptive as possible in the description. It helps reasoning about the intention of commits and gives more context about why changes happened.
101
-
102
-
## Tips
103
-
104
-
* If it seems difficult to summarize what your commit does, it may be because it includes several logical changes or bug fixes, and are better split up into several commits using `git add -p`.
*[ ] is from a uniquely-named feature branch and has been rebased on top of the latest master. (If I was asked to make more changes, I have made sure to rebase onto master then too)
5
-
*[ ] is descriptively named and links to an issue number, i.e. `Fixes #123`
6
+
*[ ] is from a uniquely-named feature branch and has been rebased on top of the latest `develop` branch. (If I was asked to make more changes, I have made sure to rebase onto `develop` then too)
7
+
*[ ] is descriptively named and links to an issue number, i.e. `Fixes #123`
Copy file name to clipboardExpand all lines: .github/config.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ newIssueWelcomeComment: >
10
10
11
11
# Comment to be posted to on PRs from first time contributors in your repository
12
12
newPRWelcomeComment: >
13
-
🎉 Thanks for opening this pull request! Please check out our [contributing guidelines](https://github.com/processing/p5.js-web-editor/blob/master/CONTRIBUTING.md) if you haven't already.
13
+
🎉 Thanks for opening this pull request! Please check out our [contributing guidelines](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) if you haven't already.
14
14
15
15
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
16
16
17
-
# Comment to be posted to on pull requests merged by a first time user
17
+
# Comment to be posted to on pull requests merged by a first time user
0 commit comments