This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a GitHub templates for pull-requests and new issues #522
Resolves #522
- Loading branch information
Bruno Oliveira da Silva
committed
May 15, 2020
1 parent
8e8510a
commit 906a8fe
Showing
3 changed files
with
145 additions
and
0 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,48 @@ | ||
<!-- | ||
Please use this template when submitting a new bug report with as much details as possible. Not doing so may result in the issue not being addressed in a timely manner or eventually closed. | ||
--> | ||
# Title | ||
<!-- | ||
The same title used to create the issue (optional) | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- | ||
A quick summary about what happened. Ex: The tests provided are broken due to the usage of wrong IdP. | ||
--> | ||
|
||
## Environment | ||
<!-- | ||
Version of everything that it's running in your environment: | ||
- OS: | ||
- Kernel (e.g. `uname -a`): | ||
- Go (e.g. go version) | ||
- Server (e.g. Keycloak or any other IdP): | ||
- Louketo: | ||
--> | ||
|
||
## Expected Results | ||
<!-- | ||
What you expected to happen? | ||
--> | ||
|
||
## Actual Results | ||
|
||
<!-- | ||
What happened? | ||
--> | ||
|
||
## Steps to reproduce | ||
|
||
<!-- | ||
All the detailed steps required to reproduce the issue | ||
--> | ||
|
||
## Additional Information | ||
|
||
<!-- | ||
Any additional information that you believe worth mentioning | ||
--> | ||
|
||
|
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,38 @@ | ||
<!-- | ||
Please use this template when submitting a new feature request with as much details as possible. Not doing so may result in the issue not being addressed in a timely manner or eventually closed. | ||
--> | ||
# Title | ||
<!-- | ||
The same title used to create the issue (optional) | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- | ||
A quick summary about the feature request. Ex: Add a new logging system | ||
--> | ||
|
||
## Why? | ||
|
||
<!-- | ||
Please elaborate more on why this is needed. | ||
--> | ||
|
||
## How | ||
<!-- | ||
Any technical details about the implementation, ideas or considerations for the future | ||
--> | ||
|
||
## Acceptance criteria | ||
|
||
<!-- | ||
What are the conditions that the implementation must meet to be considered acceptable? | ||
--> | ||
|
||
## Additional Information | ||
|
||
<!-- | ||
Any additional information that you believe worth mentioning | ||
--> | ||
|
||
|
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,59 @@ | ||
<!-- | ||
Please use this template when submitting a new feature request with as much details as possible. Not doing so may result in the issue not being addressed in a timely manner or eventually closed. | ||
--> | ||
# Title | ||
<!-- | ||
The same title used to create the issue (optional) | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- | ||
A quick summary about the feature request or bug fix with issue number. Ex: Add a new logging system described in #<issue number> | ||
--> | ||
|
||
## Type | ||
|
||
[] Bug fix | ||
[] Feature request | ||
[] Enhancement | ||
[] Docs | ||
|
||
## Why? | ||
|
||
<!-- | ||
Please elaborate more on why this is needed. | ||
--> | ||
|
||
## Requirements | ||
|
||
<!-- | ||
What is required to try it? | ||
--> | ||
|
||
## How to try it? | ||
|
||
<!-- | ||
Please provide step by step how to give this PR a try | ||
--> | ||
|
||
## Documentation | ||
|
||
<!-- | ||
Link to the documentation pull-request if necessary | ||
--> | ||
|
||
## Additional Information | ||
|
||
<!-- | ||
Any additional information that you believe worth mentioning | ||
--> | ||
|
||
## Checklist: | ||
|
||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
|
||
- [ ] My change requires a change to the documentation or CHANGELOG. | ||
- [ ] I have updated the documentation/CHANGELOG accordingly. | ||
|