Skip to content

Commit

Permalink
Merge pull request #343 from FedericoPonzi/fponzi/issue-template
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
FedericoPonzi authored Oct 10, 2024
2 parents 35a5338 + 1597e59 commit c08dc12
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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:
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/doc.md
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. -->

13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
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.
-->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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.
-->

0 comments on commit c08dc12

Please sign in to comment.