Skip to content

Commit

Permalink
add templates for issues and PR`s
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Semagin <[email protected]>
  • Loading branch information
pixel365 committed Feb 13, 2025
1 parent cb7a5db commit 2d7dc73
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug Report
about: Report a bug
title: "[BUG] "
labels: bug
assignees: ''

---

**Description**
A clear and concise description of what the bug is.

**Steps to Reproduce**
1. Step one
2. Step two
3. ...

**Expected Behavior**
What you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- OS: [e.g. Windows, macOS, Linux]
- Version: [e.g. 1.0.0]
- Go Version: [e.g. 1.18]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest a new feature
title: "[FEATURE] "
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Pull Request
about: Describe your changes
title: "[PR] "
labels: ''
assignees: ''

---

**Description**
Please include a summary of the changes and the issue(s) being addressed. Include any motivation and context.

**Related Issue**
If applicable, link to the related issue(s).

**How Has This Been Tested?**
Describe the tests that were run to verify your changes.

**Checklist:**
- [ ] I have read the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines
- [ ] My code follows the project’s style guide
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests to cover my changes
- [ ] All tests pass locally

**Additional Context**
Add any other context about the pull request here.

0 comments on commit 2d7dc73

Please sign in to comment.