generated from omegion/go-cli-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* OS-14 | Refactor API and add more tests * remove push for test action * change linter version * fix linter * fix linter * Add better community
- Loading branch information
Hakan Kurtulus
authored
Jun 29, 2021
1 parent
e9d2b6e
commit 32d927a
Showing
6 changed files
with
83 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 @@ | ||
# Code of Conduct |
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 @@ | ||
<!-- Uncomment this section if this is a feature request. Include or exclude other sections as deemed appropriate. | ||
**Feature Request:** | ||
--> | ||
|
||
**Environment:** | ||
|
||
* Operating System/Architecture: | ||
|
||
**Expected Behavior:** | ||
<!-- What should have happened? --> | ||
|
||
**Actual Behavior:** | ||
<!-- What actually happened? --> | ||
|
||
**Steps to Reproduce:** | ||
<!-- List the steps required to reproduce the issue. --> | ||
|
||
**Important Factoids:** | ||
<!-- Describe any atypical environment setup, if any. --> | ||
|
||
**References:** | ||
<!-- Link to any references, such as GitHub issues or pull requests. --> |
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: Bug report about: Let us know about a bug! | ||
title: '' | ||
labels: 'bug' assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Run `...` | ||
3. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Environment:** | ||
|
||
* Operating System/Architecture: | ||
|
||
**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,4 @@ | ||
contact_links: | ||
- name: Ask a question | ||
url: https://github.com/omegion/argocd-actions/discussions/new | ||
about: For increased visibility, please post questions on the discussions. |
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: Feature request | ||
about: Suggest something! | ||
title: '' | ||
labels: 'feature-request' | ||
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. | ||
|
||
**Explain any additional use-cases** | ||
If there are any use-cases that would help us understand the use/need/value please share them as they can help us decide on acceptance and prioritization. | ||
|
||
**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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
We deeply appreciate any effort to discover and disclose security vulnerabilities responsibly. | ||
|
||
If you would like to report a vulnerability in one of our products, or have security concerns regarding the software, | ||
please email [[email protected]](mailto:[email protected]). | ||
|
||
In order for us to best respond to your report, please include any of the following: | ||
|
||
* Steps to reproduce or proof-of-concept | ||
* Any relevant tools, including versions used | ||
* Tool output |