Skip to content

Commit

Permalink
chore: Update Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Sep 13, 2023
1 parent 9f9c124 commit 2a6bf5f
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
# How to contribute

I love pull requests. And following this simple guidelines will make your pull request easier to merge.

## Submitting pull requests

1. Create a new branch, please don’t work in master directly.
2. Add failing tests (if there’re any tests in project) for the change you want to make. Run tests (see below) to see the tests fail.
3. Hack on.
4. Run tests to see if the tests pass. Repeat steps 2–4 until done.
5. Update the documentation to reflect any changes.
6. Push to your fork and submit a pull request.

## JavaScript code style

[See here](https://github.com/tamiadev/eslint-config-tamia#code-style-at-a-glance).

## Other notes

- If you have commit access to repository and want to make big change or not sure about something, make a new branch and open pull request.
- Don’t commit generated files: compiled from Stylus CSS, minified JavaScript, etc.
- Don’t change version number and change log.
- Install [EditorConfig](http://editorconfig.org/) plugin for your code editor.
- Feel free to [ask me](http://sapegin.me) anything you need.
Bug fixes are welcome, but not new features. [See more details](https://github.com/sapegin/mrm/discussions/298).

## Building and running tests

Expand Down

0 comments on commit 2a6bf5f

Please sign in to comment.