diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md deleted file mode 100644 index df7ec41..0000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: "\U0001F41B Bug Report" -about: "If something isn't working as expected." -title: '' -labels: 'i: bug, i: needs triage' -assignees: 'akritikos' ---- - -## Bug Report - -Clean up this template after reading it and provide relevant information about the bug you're reporting! - -## Prerequisites - -* [ ] Can you reproduce the problem in a deterministic way? -* [ ] Are you running the latest version? -* [ ] Are you reporting to the correct repository? -* [ ] Did you perform a cursory search? - -## Current Behavior - -A clear and concise description of the behavior. - -## Expected behavior/code - -A clear and concise description of what you expected to happen (or code). - -### Environment - -* Operating System -* .NET core version - -### Possible Solution - -`Only if you have suggestions on a fix for the bug` - -### Additional context/Screenshots - -Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md deleted file mode 100644 index 248505f..0000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: "\U0001F680 Feature Request" -about: "I have a suggestion (and may want to implement it)!" -title: '' -labels: 'i: enhancement, i: needs triage' -assignees: 'akritikos' ---- - -## Feature Request - -Clean up this template after reading it and provide relevant information about the bug you're requesting! - -## Is your feature request related to a problem? - -A clear and concise description of what the problem is. -`I have an issue when [...]` - -## Describe the feature you'd like - -A clear and concise description of what you want to happen. Add any considered drawbacks. - -## Describe alternatives you've considered - -A clear and concise description of any alternative solutions or features you've considered. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 530a56d..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -# Pull Request Template - -Clean up this template and provide relevant information about your pull request! - -## All Submissions - -* [ ] Have you followed the guidelines in our [Contributing](../.github/CONTRIBUTING.md) document? -* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? -* [ ] Does your pull request target an open issue? - -### New Feature Submissions - -* [ ] Does your submission pass tests? -* [ ] Have you lint your code locally prior to submission? - -### Changes to Core Features - -* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? -* [ ] Have you written new tests for your core changes, as applicable? -* [ ] Have you successfully ran tests with your changes locally? diff --git a/.github/CODEOWNERS b/docs/CODEOWNERS similarity index 100% rename from .github/CODEOWNERS rename to docs/CODEOWNERS diff --git a/.github/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md similarity index 97% rename from .github/CODE_OF_CONDUCT.md rename to docs/CODE_OF_CONDUCT.md index 38a724e..28852f6 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [akritikos@nessos.gr](mailto:akritikos@nessos.gr). All +reported by contacting the project team at [akritikos@outlook.com](mailto:akritikos@outlook.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident.