mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 01:06:44 +08:00
Add contribution templates
This commit is contained in:
parent
916ea3c04d
commit
8abde4b32a
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* @Naios
|
||||||
11
.github/CONTRIBUTING.md
vendored
Normal file
11
.github/CONTRIBUTING.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Thank you for contributing to continuable!
|
||||||
|
=========================================
|
||||||
|
|
||||||
|
## Notifications
|
||||||
|
|
||||||
|
Usually I try to respond to issues and pull requests as fast as possible. In case you are waiting longer for my response, you may notify me through mail: `denis.blank <at> outlook <dot> com`.
|
||||||
|
|
||||||
|
## Templates
|
||||||
|
|
||||||
|
Please use the issue/PR templates which are inserted automatically.
|
||||||
|
|
||||||
30
.github/ISSUE_TEMPLATE.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
@Naios <!-- This is required so I get notified properly -->
|
||||||
|
|
||||||
|
<!-- Please replace {Please write here} with your description -->
|
||||||
|
|
||||||
|
<!-- Questions are highly welcomed! For those you may delete the template below. -->
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Commit Hash
|
||||||
|
|
||||||
|
{Please write here}
|
||||||
|
|
||||||
|
### Expected Behavior
|
||||||
|
|
||||||
|
{Please write here}
|
||||||
|
|
||||||
|
### Actual Behavior
|
||||||
|
|
||||||
|
{Please write here}
|
||||||
|
|
||||||
|
### Steps to Reproduce
|
||||||
|
|
||||||
|
{Please write here}
|
||||||
|
|
||||||
|
### Your Environment
|
||||||
|
|
||||||
|
- OS: {Please write here - Windows/Linux dist/OSX}
|
||||||
|
- Compiler and version: {Please write here - MSVC/Clang/GCC/Other}
|
||||||
|
- Standard library (if non default): {Please write here}
|
||||||
|
|
||||||
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@Naios <!-- This is required so I get notified properly -->
|
||||||
|
|
||||||
|
<!-- Thank you for your contribution to dot-github! Please replace {Please write here} with your description -->
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### What was a problem?
|
||||||
|
|
||||||
|
{Please write here}
|
||||||
|
|
||||||
|
### How this PR fixes the problem?
|
||||||
|
|
||||||
|
{Please write here}
|
||||||
|
|
||||||
|
### Check lists (check `x` in `[ ]` of list items)
|
||||||
|
|
||||||
|
- [ ] Additional Unit Tests were added that test the feature or regression
|
||||||
|
- [ ] Coding style (Clang format was applied)
|
||||||
|
|
||||||
|
### Additional Comments (if any)
|
||||||
|
|
||||||
|
{Please write here}
|
||||||
Loading…
x
Reference in New Issue
Block a user