-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from moul/dev/moul/dot-github
feat: configure more .github stuff
- Loading branch information
Showing
4 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
<!-- | ||
Thank you for your contribution to this repo! | ||
Before submitting a pull request, please check the following: | ||
- reference any related issue, PR, link | ||
- use the "WIP" title prefix if you need help or more time to finish your PR | ||
you can remove this markdown comment | ||
--> | ||
<!-- thank you for your contribution! ❤️ --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Support | ||
|
||
> This project has a [code of conduct](./CODE_OF_CONDUCT.md). | ||
> By interacting with this repository, organization, or community you agree to abide by its terms. | ||
Hi! :wave: We're excited that you're using this project and we’d love to help. To help us help you, please read through the following guidelines. | ||
|
||
Please understand that the people involved with this project often do so for fun, next to their day job; you are not entitled to free customer service. | ||
|
||
## Questions | ||
|
||
Help us help you! | ||
|
||
Spending time framing a question and adding support links or resources makes it much easier for us to help. It’s easy to fall into the trap of asking something too specific when you’re close to a problem. Then, those trying to help you out have to spend a lot of time asking additional questions to understand what you are hoping to achieve. | ||
|
||
Spending the extra time up front can help save everyone time in the long run. | ||
|
||
* Try to define what you need help with: | ||
* Is there something in particular you want to do? | ||
* What problem are you encountering and what steps have you taken to try and fix it? | ||
* Is there a concept you’re not understanding? | ||
* Have you tried checking out the documentation? | ||
* Check out the tips on [requesting support](./CONTRIBUTING.md) in the contributing guide | ||
* The more time you put into asking your question, the better we can help you | ||
|
||
## Contributions | ||
|
||
See [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute. |