forked from firstcontributions/first-contributions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset commits to reduce size of the repo
- 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 7dcae72
Showing
211 changed files
with
38,502 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -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. 🎉 |
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,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" |
Oops, something went wrong.