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.
📝 Merge pull request zuramai#3 from fauzan121002/main
📝 create CONTRIBUTING.md
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 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 |
---|---|---|
@@ -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`. |