Skip to content

Commit

Permalink
📝 Merge pull request zuramai#3 from fauzan121002/main
Browse files Browse the repository at this point in the history
📝 create CONTRIBUTING.md
  • Loading branch information
zuramai authored Jan 23, 2021
2 parents 69d760d + 090424d commit 41188e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Contributing

- Fork it ( https://github.com/zuramai/mazer/fork )
- Create your feature branch (`git checkout -b my-new-feature`)
- Commit your changes (`git commit -am 'Add some feature'`)
- Push to the branch (`git push origin my-new-feature`)
- Create a new Pull Request

## Note

### CSS
If you want to make some changes in the CSS style. Don't edit the `.css` file, use the SCSS file instead.

### HTML
Since we use Nunjucks, if you want to make changes to the HTML structure, make sure you change the source file (Nunjucks) located in `src`.

0 comments on commit 41188e5

Please sign in to comment.