Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved GitHub issue templates and enabled root folder in the VSCode workspace #1475

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading