Skip to content

Commit 7dcae72

Browse files
author
Roshan Jossy
committed
Reset commits to reduce size of the repo
- remove entries from Contributors.md so that more pepole can edit it easily
0 parents  commit 7dcae72

File tree

211 files changed

+38502
-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.

211 files changed

+38502
-0
lines changed

β€Ž.github/CONTRIBUTING.md

Lines changed: 425 additions & 0 deletions
Large diffs are not rendered by default.

β€Ž.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
🐞 **Problem**
4+
<!--- Provide a detailed description of the change or addition you are proposing -->
5+
<!--- If it is a feature or a bug, what problem is it solving-->
6+
7+
🎯 **Goal**
8+
<!--- Why is this change important to you? How would you use it? -->
9+
<!--- How can it benefit other users? -->
10+
11+
πŸ’‘ **Possible solutions**
12+
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
13+
14+
πŸ“‹ **Steps to solve the problem**
15+
16+
* Comment below about what you've started working on.
17+
* Add, commit, push your changes.
18+
* Submit a pull request and add this in comments - `Addresses #<put issue number here>`
19+
* Ask for reviews in comments section of pull request.
20+
* Celebrate your contribution to this project. πŸŽ‰
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "Automerging PRs"
2+
description: "Automatically merges any PR that has no conflicts and changed the file Contributors.md"
3+
4+
inputs:
5+
message:
6+
description: "The message a new contributor will get after having merged his/her PR"
7+
default: "Thank you for your pull request. I am happy to merge it right away!"
8+
required: true
9+
10+
runs:
11+
using: "node12"
12+
main: "dist/index.js"

0 commit comments

Comments
Β (0)