mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
test pr templates + contributing md
This commit is contained in:
15
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: Bug fix
|
||||
about: Use this template if you're creating a pull request which fixes another bug or issue
|
||||
title: "[Bug Fix]: "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Linked Issues
|
||||
Provide links to the issue(s) which will be closed upon merging this pull request. There must be an open issue for
|
||||
pull requests which fix bugs or other issues.
|
||||
|
||||
### Proposed Changes
|
||||
Provide a detailed description of what your pull request changes.
|
||||
13
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Bug fix
|
||||
about: Use this template if you're creating a pull request which adds a feature or other enhancement
|
||||
title: "[New Feature]: "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
### Proposed Changes
|
||||
|
||||
Provide a detailed description of what your pull request changes.
|
||||
5
CONTRIBUTING.md
Normal file
5
CONTRIBUTING.md
Normal file
@@ -0,0 +1,5 @@
|
||||
#### Guidelines
|
||||
When submitting a pull request, you are granting omo50 the right to license your contributions under the GNU GENERAL PUBLIC LICENSE Version 3.
|
||||
|
||||
#### Contributing Features
|
||||
If you PR features, it is a good idea to include a description of the changes, and also link to any issue or feature requst it resolves (if applicable).
|
||||
Reference in New Issue
Block a user