Skip to content

Commit 5ee43f0

Browse files
authored
Create documentation.md
1 parent 68c73ce commit 5ee43f0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### Requirements for Contributing Documentation
2+
3+
* 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.
4+
* 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/etr/libhttpserver/tree/master/.github/PULL_REQUEST_TEMPLATE.
5+
6+
### Description of the Change
7+
8+
<!--
9+
10+
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.
11+
12+
-->
13+
14+
### Release Notes
15+
16+
<!--
17+
18+
Please describe the changes in a single line that explains this improvement in
19+
terms that a user can understand. This text will be used in libhttpserver's release notes.
20+
21+
If this change is not user-facing or notable enough to be included in release notes
22+
you may use the strings "Not applicable" or "N/A" here.
23+
24+
Examples:
25+
26+
- The GitHub package now allows you to add co-authors to commits.
27+
- Fixed an issue where multiple cursors did not work in a file with a single line.
28+
- Increased the performance of searching and replacing across a whole project.
29+
30+
-->

0 commit comments

Comments
 (0)