Init issue templates, PR template, and codeowners file (#45)

* Init issue templates, PR template, and codeowners file

* minor updates

Co-authored-by: John Kennedy <jkennedy@verizonmedia.com>
main
jkennedyvz 2020-09-01 17:10:48 -07:00 committed by GitHub
parent e29690ef03
commit 057ec8e18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 91 additions and 0 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1 @@
* @jkennedyvzm @jrozner

28
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Bug
about: "Report a confirmed bug."
labels: "bug, triage"
---
<!--
Please fill in the following details to help us reproduce the bug:
-->
**OS version** (`uname -a` if on a Unix-like system. For windows run `winver` and copy the text starting "Version "):
**QT version** *if dynamically linking* (`qtdiag |head -n 3`):
**Description of the problem including expected versus actual behavior**:
**Steps to reproduce**:
Please include a *minimal* but *complete* recreation of the problem,
including (e.g.) index creation, mappings, settings, query etc. The easier
you make for us to reproduce it, the more likely that somebody will take the
time to look at it.
1.
2.
3.
**Provide logs (if relevant)**:

View File

@ -0,0 +1,21 @@
---
name: Feature Request
about: Request a new feature we haven't thought of
labels: "enhancement, triage"
---
<!--
Please first search existing issues for the feature you are requesting;
it may already exist, even as a closed issue.
-->
<!--
Describe the feature.
Please give us as much context as possible about the feature. For example,
you could include a story about a time when you wanted to use the feature,
and also tell us what you had to do instead. The last part is helpful
because it gives us an idea of how much harder your life is without the
feature.
-->

8
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,8 @@
---
name: Question
about: A general question, or unconfirmed bug
labels: "question"
---
Please ask your question below in plain language as described in our [Code of Conduct](https://github.com/theparanoids/ashirt/blob/master/Code-of-Conduct.md)

23
.github/ISSUE_TEMPLATE/test-failure.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: Test Failure
about: A test failure in CI
labels: "test-failure"
---
<!--
Please fill out the following information, and ensure you have attempted
to reproduce locally
-->
**Build scan**:
**Repro line**:
**Reproduces locally?**:
**Applicable branches**:
**Failure history**:
**Failure excerpt**:

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

@ -0,0 +1,10 @@
<!--
Thank you for your interest in and contributing to ASHIRT! There
are a few simple things to check before submitting your pull request
that can help with the review process. We only seek to accept code that you are authorized to contribute to the project. This pull request template is included on our projects so that your contributions are made with the following confirmation: I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
-->
- Please review our [contributing guidelines](https://github.com/theparanoids/ashirt/blob/master/Contributing.md)
- Please review our [Code of Conduct](https://github.com/theparanoids/ashirt/blob/master/Code-of-Conduct.md)
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.