-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from yu-kiat/main
Add pull request templates.
- Loading branch information
Showing
5 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Bug Fix | ||
about: Create a pull request to fix a bug | ||
title: "[Bug Fix]: " | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Which bug are you fixing? | ||
|
||
### Describe the bug fix. | ||
A clear and concise description of the bug fix. | ||
|
||
### Any other disclosures/notices/things to add? | ||
Add any other context about the fix here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Change | ||
about: Change something about Catnip | ||
title: "[Change]:" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your change linked to an existing issue? | ||
If so, put it here. | ||
|
||
### Describe the change: | ||
A clear and concise description of what the change is and how it works. | ||
|
||
### Additional context: | ||
Add any other context or screenshots about the change here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Documentation | ||
about: Add new documentation to the project | ||
title: "[Docs]: " | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### What part of Catnip are you adding documentation to? | ||
A clear and concise description of what the documentation is about. | ||
|
||
### Additional context: | ||
Add any other context here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature | ||
about: Add a new feature to the program | ||
title: "[Feature]:" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your feature request linked to an existing issue? | ||
If so, put it here. | ||
|
||
### Describe the feature: | ||
A clear and concise description of what the feature is and how it works. | ||
|
||
### Additional context: | ||
Add any other context or screenshots about the feature here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
const CURRENTCOMMIT* = "b0655dc00bc615faf1a2c7992ad90032c63f1641" | ||
const CURRENTCOMMIT* = "685e4a538810095ab2158eb7401ea1641d88584d" |