Skip to content

Commit

Permalink
add git configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 9, 2019
1 parent 847ea29 commit e5867bf
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -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']
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 🐛 Bug Report
about: It doesn't work for me. 🤔

---
<!--
Before sending a bug report please check if the latest release (if you're not already using it) fixes your problem. Alternatively, you could
install the latest snapshot version from the master branch.
-->

## 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**
<!--- 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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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?
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
Before making a PR please make sure to read our contributing guidelines
https://github.com/adobe/aem-core-wcm-components/blob/master/CONTRIBUTING.md
For issue references: Add a comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/)
followed by the ticket number fixed by the PR. It should be underlined in the preview if done correctly.
-->

| Q | A <!--(Can use an emoji 👍) -->
| ------------------------ | ---
| Fixed Issues? | `Fixes #1, Fixes #2` <!-- remove the (`) quotes to link the issues -->
| 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

<!-- Describe your changes below in as much detail as possible -->

0 comments on commit e5867bf

Please sign in to comment.