Skip to content

Commit

Permalink
Reset commits to reduce size of the repo
Browse files Browse the repository at this point in the history
- remove entries from Contributors.md so that more pepole can edit it
  easily
  • Loading branch information
Roshan Jossy committed May 6, 2020
0 parents commit 72e8b28
Show file tree
Hide file tree
Showing 211 changed files with 38,502 additions and 0 deletions.
425 changes: 425 additions & 0 deletions .github/CONTRIBUTING.md

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,20 @@
<!--- Provide a general summary of the issue in the Title above -->

🐞 **Problem**
<!--- Provide a detailed description of the change or addition you are proposing -->
<!--- If it is a feature or a bug, what problem is it solving-->

🎯 **Goal**
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->

💡 **Possible solutions**
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

📋 **Steps to solve the problem**

* Comment below about what you've started working on.
* Add, commit, push your changes.
* Submit a pull request and add this in comments - `Addresses #<put issue number here>`
* Ask for reviews in comments section of pull request.
* Celebrate your contribution to this project. 🎉
12 changes: 12 additions & 0 deletions .github/actions/automerge/action.yml
@@ -0,0 +1,12 @@
name: "Automerging PRs"
description: "Automatically merges any PR that has no conflicts and changed the file Contributors.md"

inputs:
message:
description: "The message a new contributor will get after having merged his/her PR"
default: "Thank you for your pull request. I am happy to merge it right away!"
required: true

runs:
using: "node12"
main: "dist/index.js"

0 comments on commit 72e8b28

Please sign in to comment.