Skip to content

Commit

Permalink
Merge pull request #48 from terra-money/feat_templates
Browse files Browse the repository at this point in the history
feat(templates): bug, feature and pull request
  • Loading branch information
emidev98 authored May 2, 2022
2 parents 95c1723 + 49a9f02 commit bf393c3
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
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 or bug while using Terrain
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 improves Terrain
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 -->

0 comments on commit bf393c3

Please sign in to comment.