👽
SupaDupaDocs
GitHub
Minter
Minter
  • Overview
  • DevTools
    • User guide
    • Developer guide
    • Example
  • Contributing guideline
  • Application
  • Github repo
Powered by GitBook

SupaDupaDAO

On this page
  • Welcome to Minter contributing guide
  • Git workflow
  • New feature / Bug fixes
  • Improve translation
  • Update docs
  • Anything else

Was this helpful?

Edit on GitHub

Contributing guideline

PreviousDeveloper guide

Last updated 4 months ago

Was this helpful?

Welcome to Minter contributing guide

❤️ We are very grateful for any kind of contibution!

👀 Any contribution you make will be reflected on

Git workflow

We are using for naming commit messages.

In short: add one of following prefix to your commit message:

  • feat: - for new features

  • fix: - for bug fixes

  • docs: - for documentation updates.

  • etc

Also add this prefix to PR title because when PR will be merged to master we squash PR commits to single commit with following commit message "{PR title} (#PR id)" (e.g. "feat: add new feature (#69)").

Useful links

New feature / Bug fixes

If you want to implement new feature or fix bug, please leave message about it in issue with feature request. If there is no issue related to changes you want to make, please open this issue and write in issue body that you could do it.

We use multiple CI code checks. You can locally check it before push:

  1. npm run build - check that your code is building

  2. npm run lint - check your code with static analyzer

  3. npm run format - to format your code before push

At the moment application doesn't have any tests. You can help with it :)

Improve translation

Update docs

To preview your changes in Gitbook you need push your changes and open Pull Request. In PR checks there will be URL to your changes preview.

Anything else

If someone you want to make is not described in this document feel free to open issue

If you want suggest more correct translation or fix typo in website texts. You can find translation files in directory. There is JSON files with translations:

If you want to improve project documentation you can find documentation files in directory.

minter.supadupa.space
Conventional commits
How to sync fork
src/i18n
English
Russian
docs/