Skip to content

Commit 36e81f6

Browse files
committedOct 27, 2022
Repo update
Files arrangement and general repo mantainance
1 parent fc0bdc6 commit 36e81f6

File tree

144 files changed

+37
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+37
-0
lines changed
 

Diff for: ‎.github/config.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Configuration for welcome - https://github.com/behaviorbot/welcome
2+
3+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
4+
5+
# Comment to be posted to on first time issues
6+
newPRWelcomeComment: |
7+
💖 Thanks for opening this pull request! 💖
8+
9+
We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should **update your pull request title** to start with a semantic prefix.
10+
11+
For example, if your pull request is to fix a bug, you should update your title to start with `fix:`. If your pull request is to add a new feature, you should update your title to start with `feat:`. etc.
12+
13+
Things that will help get your PR across the finish line:
14+
15+
- [ ] Update your pull request title to start with a semantic prefix
16+
- [ ] Add a description of your changes
17+
- [ ] Add a README.md if you are adding a new project
18+
- [ ] Add a link to your project in the README.md of this project
19+
- [ ] Include screenshots and animated GIFs whenever possible in your project's README.md
20+
21+
All pull requests on this repo, will eventually be merged so please be patient and we will get back to you as soon as we can.
22+
23+
24+
25+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
26+
27+
# Comment to be posted to on PRs from first time contributors in your repository
28+
newPRWelcomeComment: >
29+
Thanks for opening this pull request! Please check out our contributing guidelines.
30+
31+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
32+
33+
# Comment to be posted to on pull requests merged by a first time user
34+
firstPRMergeComment: >
35+
Congrats on merging your first pull request! Be proud of you! 🎉🎉🎉
36+
37+
# It is recommend to include as many gifs and emojis as possible

0 commit comments

Comments
 (0)
Please sign in to comment.