Skip to content

Commit

Permalink
Improved GitHub issues layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 12, 2021
1 parent e3db98c commit 6700367
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,42 @@ assignees: ''

---

**Describe the bug**
## Describe the bug
(Describe the problem clearly and concisely.)

**Expected behavior**
### Expected behavior
(Describe the expected behavior clearly and concisely.)

**Actual behavior**
### Actual behavior
(Describe the actual behavior clearly and concisely.)


**To Reproduce**
## To Reproduce

Link to a small reproducer (preferably a Maven project if the issue is not Gradle-specific).

Or attach an archive containing the reproducer to the issue.

Steps to reproduce the behavior:
1.
2.
3.
1.
2.
3.

**Configuration**
### Configuration
```properties
# Add your application.properties here, if applicable.

```

**Screenshots**
### Screenshots
(If applicable, add screenshots to help explain your problem.)

**Environment (please complete the following information):**
- Output of `uname -a` or `ver`:
- Output of `java -version`:
- GraalVM version (if different from Java):
- Quarkus version or git rev:
- Build tool (ie. output of `mvnw --version` or `gradlew --version`):
## Environment (please complete the following information):
- Output of `uname -a` or `ver`:
- Output of `java -version`:
- GraalVM version (if different from Java):
- Quarkus version or git rev:
- Build tool (ie. output of `mvnw --version` or `gradlew --version`):

**Additional context**
## Additional context
(Add any other context about the problem here.)
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/extension_proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ assignees: ''

---

**Describe the extension**
## Describe the extension
(Describe the extension clearly and concisely.)

Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).

**Configuration suggestion**
## Configuration suggestion
```properties
# Add your application.properties here, if applicable.

```

**Additional context**
## Additional context
(Add any other context about the proposal here.)
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ assignees: ''

---

**Description**
## Description
(Describe the feature here.)

**Implementation ideas**
## Implementation ideas
(If you have any implementation ideas, they can go here, however please note that all design change proposals should be posted to [the Quarkus developer mailing list](mailto:[email protected]) (or [the corresponding Google Group](https://groups.google.com/group/quarkus-dev); see [the decisions process document](https://github.com/quarkusio/quarkus/blob/master/DECISIONS.adoc) for more information).
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/housekeeping.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ assignees: ''

---

**Description**
## Description
(Describe the task here.)

**Implementation ideas**
## Implementation ideas
(If you have any implementation ideas, they can go here.)

0 comments on commit 6700367

Please sign in to comment.