Skip to content

Commit

Permalink
hide description of sections when issue is submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
whyboris committed Oct 22, 2024
1 parent 46c90a3 commit 5bd0e05
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ labels: bug
assignees: ""
---

{{ feel free to delete any section and add comments freeform }}
<!-- feel free to delete any section and add comments freeform -->

### Description

{{ A description of what the bug is }}
<!-- A description of what the bug is -->

#### To Reproduce

Expand All @@ -20,21 +20,21 @@ assignees: ""

#### Expected behavior

{{ What did you expect to happen? }}
<!-- What did you expect to happen? -->

#### Actual behavior

{{ What happened instead? }}
<!-- What happened instead? -->

#### Screenshots
#### Screenshot

If useful and easy consider adding a screenshot
<!-- If useful for explanation and easy to do consider adding a screenshot -->

#### Environment

- OS: `Windows` / `Mac` / `Linux`
- VHA version: `3.1.0`
- VHA version: `3.2.0`

#### Additional context

{{ any other comments }}
<!-- any other comments -->
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ labels: enhancement
assignees: ""
---

{{ feel free to delete any section and add comments freeform }}
<!-- feel free to delete any section and add comments freeform -->

### Description

{{ Describe the feature or enhancement you'd like to see implemented in VHA }}
<!-- Describe the feature or enhancement you'd like to see implemented in VHA -->

#### What problem does this solve?

{{ Explain why this feature is important, what problem it solves, and how it benefits the users }}
<!-- Explain why this feature is important, what problem it solves, and how it benefits the users -->

#### Proposed Solution

{{ Describe how the feature should work, providing examples if possible }}
<!-- Describe how the feature should work, providing examples if possible -->

#### Additional context

{{ Add any other comments }}
<!-- Add any other comments -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ title: "[OTHER] "
assignees: ""
---

{{ share a brief description of what you are thinking }}
<!-- share a brief description of what you are thinking -->
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Description
<!-- 🙇‍♂️ Thank you very much for contributing to VHA ♥ -->

Fixes #{{issue number}}
Related issue: #{{issue number}}

{{please add any additional comments too}}
<!-- please add any additional comments too -->

0 comments on commit 5bd0e05

Please sign in to comment.