From 404b6b5e184641ef65378fe0afb06d92448852d3 Mon Sep 17 00:00:00 2001 From: anki-code Date: Tue, 10 Mar 2020 12:20:30 +0300 Subject: [PATCH] .github --- .github/FUNDING.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 13 +++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..643c7cf --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: xonssh # Replace with a single Patreon username +#open_collective: # Replace with a single Open Collective username +#ko_fi: # Replace with a single Ko-fi username +#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +#liberapay: # Replace with a single Liberapay username +#issuehunt: # Replace with a single IssueHunt username +#otechie: # Replace with a single Otechie username +#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..deb8fc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Local OS (where xxh is installed):** +**Destination host OS:** +**xxh version:** +**xxh-plugins installed:** + +**Steps to Reproduce** +1. I run `xxh ... +v` +2. The output log: +3. What is the problem + +**For community:** +⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..95f9dd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +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. + +**Additional context** +Add any other context or screenshots about the feature request here. + +**For community:** +⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..0ceaa72 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,13 @@ +--- +name: Other +about: Any other questions +title: '' +labels: '' +assignees: '' + +--- + + + +**For community:** +⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**