First off, thanks for taking the time to contribute! ❤️
And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:
- Star the project
- Tweet about it
- Refer this project in your project's readme
- Mention the project at local meetups and tell your friends/colleagues
To maintain clarity and consistency in the project’s history, we use semantic commit messages. Below are the rules for writing commit messages.
<type>(<scope>): <subject>
<scope>
is optional
feat: add hat wobble
^--^ ^------------^
| |
| +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.
- https://www.conventionalcommits.org/
- https://seesparkbox.com/foundry/semantic_commit_messages
- http://karma-runner.github.io/1.0/dev/git-commit-msg.html
<type>/#<issueNumber>-<alias>
issueNumber
is optional.
feature/#1-init
^------^ ^---^
| |
| +---> issue's keyword
|
+-------> Type: or feat, chore, docs, fix, refactor, style, or test.
feat
orfeature
: (new feature for the user, not a new feature for build script)fix
: (bug fix for the user, not a fix to a build script)docs
: (changes to the documentation)style
: (formatting, missing semi colons, etc; no production code change)refactor
: (refactoring production code, eg. renaming a variable)test
: (adding missing tests, refactoring tests; no production code change)chore
: (updating grunt tasks etc; no production code change)
Place .env file in the root of project. File content:
NEXT_PUBLIC_SANITY_DATASET=test
NEXT_PUBLIC_SANITY_PROJECT_ID=qqvmmpgb
NEXT_PUBLIC_BASE_URL=https://www.redotengine.org