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
@@ -62,45 +60,9 @@ If you feel like an issue is tagged incorrectly (e.g. it's low priority and you
62
60
63
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.
64
62
65
-
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/master/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:
75
-
76
-
* They speed up the reviewing process.
77
-
* They help us write good release notes.
78
-
* They help future maintainers understand your change and the reasons behind it.
79
-
80
-
Structure your commit message like this:
81
-
82
-
```
83
-
Short (50 chars or less) summary of changes ( involving Fixes #Issue-number keyword )
84
-
85
-
More detailed explanatory text, if necessary. Wrap it to about 72
86
-
characters or so. In some contexts, the first line is treated as the
87
-
subject of an email and the rest of the text as the body. The blank
88
-
line separating the summary from the body is critical (unless you omit
89
-
the body entirely); tools like rebase can get confused if you run the
90
-
two together.
91
-
92
-
Further paragraphs come after blank lines.
93
-
94
-
- Bullet points are okay, too
95
-
96
-
- Typically a hyphen or asterisk is used for the bullet, preceded by a
97
-
single space, with blank lines in between, but conventions vary here
98
-
```
99
-
100
-
* 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".
101
-
* Always leave the second line blank.
102
-
* Be as descriptive as possible in the description. It helps reasoning about the intention of commits and gives more context about why changes happened.
103
-
104
-
## Tips
105
-
106
-
* 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`.
0 commit comments