mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
### Requirements for Contributing Documentation
|
|
|
|
* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
|
|
* The pull request must only contribute documentation (for example, markdown files or API docs). To contribute other changes, you must use a different template. You can see all templates at https://github.com/atom/atom/tree/master/.github/PULL_REQUEST_TEMPLATE.
|
|
|
|
### Description of the Change
|
|
|
|
<!--
|
|
|
|
We must be able to understand the purpose of your change from this description. If we can't get a good idea of the benefits of the change from the description here, the pull request may be closed at the maintainers' discretion.
|
|
|
|
-->
|
|
|
|
### Release Notes
|
|
|
|
<!--
|
|
|
|
Please describe the changes in a single line that explains this improvement in
|
|
terms that a user can understand. This text will be used in Atom's release notes.
|
|
|
|
If this change is not user-facing or notable enough to be included in release notes
|
|
you may use the strings "Not applicable" or "N/A" here.
|
|
|
|
Examples:
|
|
|
|
- The GitHub package now allows you to add co-authors to commits.
|
|
- Fixed an issue where multiple cursors did not work in a file with a single line.
|
|
- Increased the performance of searching and replacing across a whole project.
|
|
|
|
-->
|