forked from zuramai/mazer
-
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.
docs: add some dots on CONTRIBUTING.md (zuramai#132)
- Loading branch information
1 parent
73c5b49
commit 2e37617
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
## 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 | ||
- 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 | ||
|
||
Make sure to not commit generated files from your dist folder. | ||
All changes need to be made in the source files located in the `src` folder. | ||
- Change the `scss` files to adapt styles. | ||
- Change the nunjucks based `html` files or the content defining `json` files to adapt layout and content. | ||
- Change the `js` files to adapt the application code | ||
- Change the `js` files to adapt the application code. | ||
|
||
Always run a build and test the results before committing. |