Skip to content

Commit

Permalink
Bug, feature request templates (#490)
Browse files Browse the repository at this point in the history
* Added bug, feature request templates 
---------

Co-authored-by: Alexander Batishchev <[email protected]>
  • Loading branch information
CADBIMDeveloper and abatishchev authored Jan 30, 2024
1 parent 17f732a commit f236a36
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---

**Version, target platform, OS**
Which package and what version, is it the latest?
What are the target platform and the OS?

**Exception message, stack trace**
If avaliable

**Description**
A clear and concise description of the issue

**How to reproduce**
Add here the steps to reproduce the issue

**Additional context**
Add any other context about the problem here
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for the project
---

**Version, target platform, OS**
Which package and what version, is it the latest?
What are the target platform and the OS?

**Describe the problem you are trying to solve.**
Summary of the proposed changes

**Available workarounds**
Is it possible to achieve what you're asking for in a different way?

**Additional context**
Add any other context or screenshots about the feature request
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Description

Resolves #xyz.

A summary of the changes and which issue it resolves.

## Checklist

- [ ] Tests added
- [ ] Version bumped
- [ ] Changelog updated

0 comments on commit f236a36

Please sign in to comment.