Open a new branch off of main
with naming scheme:
<your-name>/<feature>
General rules:
- Branches should aim to be as small in scope as possible and merge back into
main
in a timely fashion. - Open a draft pull request as soon as possible detailing the changes made in your branch and open it for review when complete.
- Try to coordinate with other contributors via Discord as much as possible to avoid crossover and potential merge conflicts.
- Push your code so we know what you're doing! (even if its not done or working yet).
yarn
You'll also need to create a .env file with the variables VUE_APP_PROJECT_ID and VUE_APP_PROJECT_SECRET to run this project. Contact a dev for these values.
yarn serve
yarn build
yarn lint
Weavr blocks proposals from certain users and addresses.
Mechanically this is done by editing the blacklist
file in src/blacklist.json
.
If you need to add an address to that list, please open a ticket.