-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from terra-money/feat_templates
feat(templates): bug, feature and pull request
- Loading branch information
Showing
3 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]()- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |