Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
beiyuouo committed Sep 14, 2022
1 parent 0facebf commit 565cda8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
title: "[bug]"
labels: bug
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature]"
title: "[feat]"
labels: enhancement
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: question
about: Submit a question to help us improve
title: "[Question]"
title: "[question]"
labels: documentation
---

Expand Down
23 changes: 10 additions & 13 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
*Go through and fill out either the feature request, or bug fix sections and delete the other. Then check off the checklist and submit.*
_Go through and fill out either the feature request, or bug fix sections and delete the other. Then check off the checklist and submit._

# Feature request
*Fill out below fields*
## Feature

Issue number : *add reference to issue number (if applicable)*
**What feature would you like to be added?**

**Description**
- What is the feature?
- [ ] I would like to work on this feature!

---

# Bug Fix
*Fill out below fields*
## Bug Fix

Issue number : *add reference to issue number (if applicable)*
**Describe the bug**

**Description**
- What is the bug?
- [ ] A clear and concise description of what the bug is.

---

# Checklist
## Tests

- [ ] Passing tests
- [ ] Passing tests
- [ ] Added tests for new features
6 changes: 6 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ tag-template: "v$RESOLVED_VERSION"
template: |
# What's Changed
## 🚀 Features
## 🐛 Bug Fixes
## 📝 Documentation
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

0 comments on commit 565cda8

Please sign in to comment.