9987834b15
This change - removes instructions about commit headers that nobody follows, - links to useful resources for first-time contributors, - simplifies some text, and - hides all text inside <!-- -->.
13 lines
658 B
Markdown
13 lines
658 B
Markdown
<!--
|
|
|
|
1. If you haven't already, please read https://github.com/ether/etherpad-lite/blob/master/CONTRIBUTING.md#pull-requests .
|
|
2. Run all the tests, both front-end and back-end. (see https://github.com/ether/etherpad-lite/blob/master/CONTRIBUTING.md#testing)
|
|
3. Keep business logic and validation on the server-side.
|
|
4. Update documentation.
|
|
5. Write `fixes #XXXX` in your comment to auto-close an issue.
|
|
|
|
If you're making a big change, please explain what problem it solves:
|
|
- Explain the purpose of the change. When adding a way to do X, explain why it is important to be able to do X.
|
|
- Show the current vs desired behavior with screenshots/GIFs.
|
|
|
|
-->
|