Skip to content

Commit

Permalink
Os 14 (#3)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Code of Conduct
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
10 changes: 10 additions & 0 deletions .github/SECURITY.md
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

0 comments on commit 32d927a

Please sign in to comment.