OS support and templates for PR/Issues (#63)

* OS support

* Create ISSUE_TEMPLATE.md

* Create PULL_REQUEST_TEMPLATE.md
This commit is contained in:
Ram
2020-11-17 12:27:41 +05:30
committed by GitHub
parent 9d0320156c
commit 36762c7848
3 changed files with 77 additions and 0 deletions

41
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,41 @@
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.
It's helpful to search the existing GitHub issues first. It's likely that another user
has already reported the issue you're facing, or it's a known issue that we're already aware of-->
**Is this a request for help?**:
---
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
<!--
If this is a BUG REPORT, please:
- Fill in as much of the template below as you can. If you leave out
information, we can't help you as well.
If this is a FEATURE REQUEST, please:
- Describe *in detail* the feature/behavior/change you'd like to see.
In both cases, be ready for followup questions, and please respond in a timely
manner. If we can't reproduce a bug or think a feature already exists, we
might close your issue. If we're wrong, PLEASE feel free to reopen it and
explain why.
-->
**Which installer**:
**Which product and version**:
**What happened**:
**What you expected to happen**:
**How to reproduce it** (as minimally and precisely as possible):
**Anything else we need to know**:

31
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,31 @@
#### PR Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [ ] Title of the PR starts with installer/product name (e.g. `[ansible/artifactory]`)
- [ ] CHANGELOG.md updated
- [ ] Variables and other changes are documented in the README.md
<!--
Thank you for contributing .
Following our best practices right from the start will accelerate the review process and
help get your PR merged quicker.
When updates to your PR are requested, please add new commits and do not squash the
history. This will make it easier to identify new changes. The PR will be squashed
anyways when it is merged. Thanks.
For fast feedback, please @-mention maintainers that are listed in the Chart.yaml file.
Please make sure you test your changes before you push them.
Please check the results. We would like these checks to pass before we
even continue reviewing your changes.
-->
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:

View File

@@ -10,6 +10,7 @@ This Ansible directory consists of the following directories that support the JF
## Tested Artifactory and Xray Versions
The following versions of Artifactory and Xray have been validated with this collection. Other versions and combinations may also work.
| collection_version | artifactory_version | xray_version |
|--------------------|---------------------|--------------|
| 1.1.2 | 7.10.2 | 3.10.3 |
@@ -117,3 +118,7 @@ The Artifactory and Xray roles support software updates. To use a role to perfor
```
ansible-galaxy collection build
```
## OS support
* Current ansible collection only supports ubuntu and its flavours
* Centos/RHEL and SELinux support is coming soon, stay tuned :)