Skip to content

Commit

Permalink
Merge pull request #76 from yu-kiat/main
Browse files Browse the repository at this point in the history
Add pull request templates.
  • Loading branch information
iinsertNameHere authored May 9, 2024
2 parents 01549e6 + f5b9f63 commit 3c70285
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md
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.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/change.md
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.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/docs.md
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.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
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.
2 changes: 1 addition & 1 deletion src/catniplib/global/currentcommit.nim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const CURRENTCOMMIT* = "b0655dc00bc615faf1a2c7992ad90032c63f1641"
const CURRENTCOMMIT* = "685e4a538810095ab2158eb7401ea1641d88584d"

0 comments on commit 3c70285

Please sign in to comment.