From e5867bfb4511446a577baab41649f5c55c0f1d87 Mon Sep 17 00:00:00 2001 From: wildone Date: Wed, 9 Oct 2019 16:21:36 +1100 Subject: [PATCH] add git configs --- .github/FUNDING.yml | 12 ++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++ .github/pull_request_template.md | 20 ++++++++++++++++ 4 files changed, 81 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/pull_request_template.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ee3146c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +#github: [maxbarrass] +patreon: maxbarrass +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'] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..564ef98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: 🐛 Bug Report +about: It doesn't work for me. 🤔 + +--- + + +## Bug Report + +**Current Behavior** +A clear and concise description of the behavior, including steps that are repeatable, and your setup; if applicable, proxy component pattern and component version. + +**Expected behavior/code** +A clear and concise description of what you expected to happen. + +**Environment** +- AEM version and patch level (e.g. AEM 6.3 SP1 CFP2) +- Core Components version (e.g. 2.0.4) +- JRE version (e.g. `Java(TM) SE Runtime Environment (build 1.8.0_152-b16)`) + +**Possible Solution** + + +**Additional context / Screenshots** +Add any other context about the problem here. If applicable, add screenshots to help explain. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3f53113 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: 🚀 Feature Request +about: I have a suggestion (and I could even submit a PR 🤘🏼)! + +--- + +## Feature Request + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I have an issue when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. Add any considered drawbacks. + +**Are there alternatives?** +A clear and concise description of any alternative solutions or features you've considered. + +**Documentation** +If you can, explain how users will be able to use this and possibly write out a version of the docs. +Maybe a screenshot or design? \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6e7d955 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ + + +| Q | A +| ------------------------ | --- +| Fixed Issues? | `Fixes #1, Fixes #2` +| Patch: Bug Fix? | +| Minor: New Feature? | +| Major: Breaking Change? | +| Tests Added + Pass? | Yes +| Documentation Provided | Yes (code comments and or markdown) +| Any Dependency Changes? | +| License | Apache License, Version 2.0 + + \ No newline at end of file