-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from logzio/ci/sync-templates
Sync templates
- Loading branch information
Showing
7 changed files
with
163 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! Please make sure to fill out the entire form below, providing as much context as you can in order to help us triage and track down your bug as quickly as possible. | ||
- type: textarea | ||
attributes: | ||
label: What happened? | ||
description: Please provide as much detail as you reasonably can. | ||
value: | | ||
## Description | ||
## Expected Result | ||
## Actual Result | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How can we reproduce it? | ||
description: Please provide steps to reproduce the issue. | ||
value: | | ||
1. | ||
2. | ||
3. | ||
4. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment information | ||
description: Please provide any additional information about your installation, and version you are using. | ||
value: | | ||
## Environment | ||
OS: (e.g., "Ubuntu 20.04") | ||
Compiler(if manually compiled): (e.g., "go 14.2") | ||
Version: (e.g., "v1.0.0") | ||
- type: textarea | ||
attributes: | ||
label: Log output | ||
description: | | ||
Please copy and paste any relevant log output. | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Any additional information you think may be relevant to this issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Documentation issue | ||
description: Report an issue with the documentation | ||
labels: ["documentation"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the documentation issue | ||
description: A clear description of what the issue is, including what part of the documentation is affected. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Suggested Fix | ||
description: If possible, suggest how we can fix this documentation issue. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the documentation issue here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Question | ||
description: Ask a question about the project | ||
labels: ["question"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe your question | ||
description: A clear and concise description of what the question is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the question here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Security issue | ||
description: Report a security issue | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the security issue | ||
description: A clear description of what the security issue is, including what version of the project is affected, and the vounerabile dependency. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Description | ||
|
||
<!-- | ||
"This PR [adds/removes/fixes/replaces] the [feature/bug/etc].." | ||
Do not leave this blank. | ||
If relevant, describe the previous behaviour compared to the behaviour post your code change. | ||
--> | ||
|
||
## What type of PR is this? | ||
#### (check all applicable) | ||
- [ ] 🍕 Feature | ||
- [ ] 🐛 Bug Fix | ||
- [ ] 🧑💻 Code Refactor | ||
- [ ] 🔥 Performance Improvements | ||
- [ ] ✅ Test | ||
- [ ] 🤖 Build / CI | ||
- [ ] ⏩ Revert | ||
|
||
## Added tests? | ||
|
||
- [ ] 👍 yes | ||
- [ ] 🙅 no, because they aren't needed | ||
- [ ] 🙋 no, because I need help from somebody |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters