-
-
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.
Add final improvements to badges (#21)
* Add final improvements to badges * Add OSS templates * Remove separation between OpenSSF badges and the other ones
- Loading branch information
Showing
5 changed files
with
110 additions
and
4 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,36 @@ | ||
--- | ||
name: 🐞 Bug report | ||
about: Tell us about a bug you found | ||
title: '' | ||
labels: '🐞 Bug, ⛑ Needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Precheck | ||
|
||
- [ ] Do a quick search and make sure the bug has not been reported yet. | ||
- [ ] Please disclose security vulnerabilities privately at [oss@kommit.co](mailto:oss@kommit.co). | ||
- [ ] Finally, be nice and have fun!. | ||
|
||
### Description | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
### Environment | ||
|
||
* Operating system: | ||
* Ruby version: | ||
|
||
### Current behavior | ||
|
||
Include code samples, errors and stack traces if appropriate. | ||
If reporting a bug, please include the reproducing steps. | ||
|
||
### Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
### Additional context | ||
|
||
Add any other context about the problem 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,28 @@ | ||
--- | ||
name: 🎯 Epic | ||
about: Tell us about this new Epic | ||
title: '' | ||
labels: '🎯 Epic' | ||
assignees: '' | ||
|
||
--- | ||
|
||
ℹ️ This issue is an Epic 🎯 | ||
|
||
## Context | ||
|
||
Provides a context about this Epic and tells us, how it should be broken down into smaller implementations. | ||
|
||
## Objective | ||
|
||
Mention the objective of this Epic. | ||
|
||
## Checklist | ||
<!-- | ||
This checklist can be taken as the subtasks to solve this Epic. | ||
Whenever possible, mention the related issues. | ||
--> | ||
|
||
- [ ] Task 1 | ||
- [ ] Task 2 | ||
- [ ] ... |
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,20 @@ | ||
--- | ||
name: 👉 Epic task | ||
about: Describe the task included in an Epic | ||
title: '' | ||
labels: '👍 Feature' | ||
assignees: '' | ||
|
||
--- | ||
|
||
ℹ️ This issue is part of Epic #(epic-issue) | ||
|
||
## Objective | ||
|
||
Mention the objective of this task included in an Epic. | ||
|
||
## Checklist | ||
|
||
- [ ] Item 1 | ||
- [ ] Item 2 | ||
- [ ] ... |
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 | ||
about: Tell us what you'd like to see | ||
title: '' | ||
labels: '👍 Feature, ⛑ Needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your feature request related to a problem? Please describe. | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
### Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
### Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
### Additional context | ||
|
||
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