Add templates

This commit is contained in:
Pedro Piñera 2018-04-18 19:14:16 +02:00
parent 4e29605876
commit 39eb91496b
2 changed files with 21 additions and 0 deletions

8
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,8 @@
## Context 🕵️‍♀️
> Provide information that helps with understanding your issue. For example your use case that the project doesn't cover, what you were doing when you found the bug... You can also provide the version that you were using, how you integrated it with your project, the platform version...
## What 🌱
> Describe here your issue, a bug you found, an idea that you had, something that you think can be improved...
## Proposal 🎉
> Attach your own proposal *(if you have it)*. We'll discuss in on the issue to find the best one that fits into the library.

13
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
Resolves https://github.com/xcbuddy/xcbuddy/issues/YYY
### Short description 📝
> Describe here the purpose of your PR.
### Solution 📦
> Describe the solution you came up with and the reasons that led you to that solution. If you thought about other solutions don't forget about mentioning them.
### Implementation 👩‍💻👨‍💻
> Detail in a checklist the steps that you took to implement the PR.
- [ ] Step 1
- [ ] Step 2