-
Notifications
You must be signed in to change notification settings - Fork 36
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 #343 from FedericoPonzi/fponzi/issue-template
Add issue templates
- Loading branch information
Showing
4 changed files
with
57 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,23 @@ | ||
--- | ||
name: 'Bug Report' | ||
about: 'Report a bug in TLA+ vscode plugin.' | ||
labels: bug | ||
--- | ||
## Description: | ||
<!-- | ||
Please try to include a screenshot of the bug, if relevant. | ||
--> | ||
|
||
### Steps to reproduce: | ||
<!-- If it involves a spec, please include both tla and config --> | ||
|
||
### Expectations: | ||
<!-- | ||
"I was expecting this to be xx but instead it was yy" | ||
--> | ||
|
||
### Version Information: | ||
<!-- go to plugins -> TLA+ -> At the top right you can find the plugin version --> | ||
<!-- Please include any possibly relevant information here. Like OS, architecture and so on. --> | ||
* Plugin Version: | ||
* OS: |
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,8 @@ | ||
--- | ||
name: 'Documentation Issue' | ||
about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.' | ||
labels: documentation | ||
--- | ||
<!-- Describe the documentation issue. --> | ||
<!-- In the case of missing/erroneous documentation, where is the error? If possible, a link/url would be great. --> | ||
|
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,13 @@ | ||
--- | ||
name: 'Enhancement' | ||
about: 'Suggest an improvement to an existing feature.' | ||
labels: enhancement | ||
--- | ||
<!-- | ||
When requesting a _enhancement_, please be sure to include: | ||
* Your motivation: | ||
* Why do you need/want the feature? | ||
* How is it going to make you and other users more productive? | ||
* How the feature should work. If it's a new button, or dropdown include a screenshot and indicate where it should live (a raw mockup would be great). | ||
* Please try to be as specific and concrete as possible. | ||
--> |
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,13 @@ | ||
--- | ||
name: 'Feature' | ||
about: 'Suggest a new feature for TLA+ vscode plugin.' | ||
labels: feature | ||
--- | ||
<!-- | ||
When requesting a _feature_, please be sure to include: | ||
* Your motivation: | ||
* Why do you need/want the feature? | ||
* How is it going to make you and other users more productive? | ||
* How the feature should work. If it's a new button, or dropdown include a screenshot and indicate where it should live (a raw mockup would be great). | ||
* Please try to be as specific and concrete as possible. | ||
--> |