Skip to content

Commit

Permalink
Merge pull request #293 from qlrd/ci_issues_and_pr_templates
Browse files Browse the repository at this point in the history
Ci issues and pr templates
  • Loading branch information
odudex committed Nov 27, 2023
2 parents a304206 + cf4aa34 commit 7add64a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

name: 🐞 Bug report
about: Create a report to help us improve
title: "[Bug] the title of bug report"
labels: bug
assignees: ''

---

#### Describe the bug
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 🔥 Enhancement
about: New feature or request
title: "[Enhancement] the title of new feature or enhancement"
labels: enhancement
assignees: ''

---

#### Describe the new feature or enhancement
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/help_wanted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 🥺 Help wanted
about: Help needed to use a feature, perform or understand a procedure
title: "[Help] the title of help wanted report"
labels: help wanted
assignees: ''

---

#### Describe the problem you need help
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- Thank you for contributing! -->

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->

- [ ] Bug fix
- [ ] New Feature
- [ ] Documentation update
- [ ] Other

0 comments on commit 7add64a

Please sign in to comment.