Skip to content

Commit

Permalink
Merge pull request #1475 from boostercloud/improved-github-issue-temp…
Browse files Browse the repository at this point in the history
…lates

Improved GitHub issue templates and enabled root folder in the VSCode workspace
  • Loading branch information
Javier Toledo authored Oct 19, 2023
2 parents fd790e3 + 94a92a9 commit eee152c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Bug Report
about: Use this template for reporting a bug.
labels: bug
---

# Bug Report
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Documentation issue
about: Use this template for reporting issue or improvements for documentation.
labels: documentation
---

## Documentation bug, improvement
# Documentation issue

## Description

Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Feature request
about: Use this template to suggest an idea for this project.
labels: feature-request
---

## Feature Request
# Feature Request

## Description

Expand Down
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/maintainance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Maintainance task
about: Use this template to propose a maintainance task.
labels: maintainance
---

# Maintainance task

## Description

<!--- Description of the maintainance task you are proposing. Please include as much context and information as possible. -->

## Possible Solution

<!--- Only if you have suggestions on a implementation -->

## Additional information

<!-- Only if you want to share additional context or related information -->
4 changes: 4 additions & 0 deletions booster.code-workspace
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"folders": [
{
"name": "✨ root",
"path": "."
},
{
"name": "📦 @boostercloud/application-tester",
"path": "packages/application-tester"
Expand Down

0 comments on commit eee152c

Please sign in to comment.