diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2e7b021 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @jkennedyvzm @jrozner \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..628a338 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,28 @@ +--- +name: Bug +about: "Report a confirmed bug." +labels: "bug, triage" + +--- + + +**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)**: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..eef68cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Request a new feature we haven't thought of +labels: "enhancement, triage" + +--- + + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..83b05c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/test-failure.md b/.github/ISSUE_TEMPLATE/test-failure.md new file mode 100644 index 0000000..80d78f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test-failure.md @@ -0,0 +1,23 @@ +--- +name: Test Failure +about: A test failure in CI +labels: "test-failure" + +--- + + + +**Build scan**: + +**Repro line**: + +**Reproduces locally?**: + +**Applicable branches**: + +**Failure history**: + +**Failure excerpt**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..61b3c2a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ + + +- 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. \ No newline at end of file