Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(templates): bug, feature and pull request #48

Merged
merged 4 commits into from
May 2, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Information about unexpected behavior utilizing the tool
emidev98 marked this conversation as resolved.
Show resolved Hide resolved
title: "[BUG]"
labels: bug
assignees: ''

---

### Issue description
<!-- Explain the issue that you encountered concisely, add information about expected result and current result-->

### Steps to reproduce the issue
<!--
1. Downloads data '...'
2. Run '...' with flags '...'
3. Scroll up on the log to '....'
4. See error
-->

### Tools and operating system versions
<!--
$ npm -v && node -v && docker-compose -v && docker -v
-->

### Additional details / screenshot
- ![Screenshot]()-
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: Information about a new feature that improve tool usage
emidev98 marked this conversation as resolved.
Show resolved Hide resolved
title: "[FEATURE]"
labels: feature request
assignees: ''

---

### Describe the feature
<!-- A clear and concise description of how this feature can improve the tool utility -->

### 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. -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/pull_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Description
<!-- Describe your changes-->

### Related Issue
<!-- This project only accepts pull requests form community with related open issues -->
<!-- If suggesting a new feature or change, please discuss it in an issue first -->
<!-- If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!-- If it fixes an open issue, please link to the issue here. -->

### How Has This Been Tested?
<!-- Please describe in detail how you tested your changes. -->
<!-- Include details of your testing environment, and the tests you ran to -->
<!-- see how your change affects other areas of the code, etc. -->

### Screenshots:

<!-- if needed -->