mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Added issue/pr templates as per github's latest feature
This commit is contained in:
parent
adf215e855
commit
0362aa14b8
4 changed files with 50 additions and 37 deletions
32
.github/CONTRIBUTING.md
vendored
Normal file
32
.github/CONTRIBUTING.md
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
## Creating an Issue
|
||||
|
||||
Thanks for helping us improve Evennia!
|
||||
|
||||
## Making an issue:
|
||||
|
||||
Issues are formatted using [markdown][7]. Here is some useful markdown syntax:
|
||||
|
||||
- \**italic text*\*
|
||||
- \*\***bold text**\*\*
|
||||
- \[link text\]\(url\)
|
||||
- \``inline code`\`
|
||||
- \`\`\````multiline code```\`\`\`
|
||||
|
||||
Please use \``@command`\` when you mention Evennia in-game commands
|
||||
starting with `@`. Otherwise github will notify any github-user that
|
||||
happens to be named *command*. If you need further help, see the [Get
|
||||
and Give help][4] page and [www.evennia.com][1] for access to all
|
||||
things Evennia.
|
||||
|
||||
## Making a Pull request (PR)
|
||||
|
||||
- All contributions should abide by Evennia's [style guide](https://github.com/evennia/evennia/blob/master/CODING_STYLE.md).
|
||||
- Work in your own Github *fork* and then make a *pull request*. Read the [Contribution][3] page for instructions how.
|
||||
|
||||
[1]: http://www.evennia.com
|
||||
[2]: https://github.com/evennia/evennia/wiki
|
||||
[3]: https://github.com/evennia/evennia/wiki/Contributing
|
||||
[4]: https://github.com/evennia/evennia/wiki/how%20to%20get%20and%20give%20help
|
||||
[5]: https://groups.google.com/forum/#!forum/evennia
|
||||
[6]: http://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb
|
||||
[7]: https://help.github.com/articles/github-flavored-markdown/]
|
||||
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#### Brief summary of issue / Description of requested feature:
|
||||
|
||||
|
||||
#### Steps to reproduce the issue / Reasons for adding feature:
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
#### Error output / Expected result of feature
|
||||
|
||||
|
||||
#### Extra information, such as Evennia revision/repo/branch, operating system and ideas for how to solve / implement:
|
||||
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#### Brief overview of PR changes/additions
|
||||
|
||||
#### Motivation for adding to Evennia
|
||||
|
||||
#### Other info (issues closed, discussion etc)
|
||||
Loading…
Add table
Add a link
Reference in a new issue