Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

36 lines (20 loc) · 1.66 KB

Newt Contributions

This project is maintained by Newt, checkout out our website for details about the Newt Community with instructions for joining and getting involved.

Join Discord

Newt welcomes contributions in all areas: code, ideas, documentation, marketing, and anything else to help the community grow and thrive.


re:meme Contributions

A list of tasks can be found on the Newt homepage under the Task List section.

Contributions will mainly be coordinated through the project Discord channel #re-meme. Technical contributions also be coordinated through the GitHub issues tab.

To report a bug, create a new issue with bug label. When submitting a bug, please check that issue does not already exist, and provide all relevant details to for reproducing the bug.

To submit a feature request, whether you plan to build it yourself or not, it's usually best to get feedback in order to scope the task requirements. To get feedback, create a new issue with the feedback label with the feature details, and also reach out in the Discord working channel re-meme.

Some questions to address:

  • Will this change require a modification to the smart contracts?
  • Will a design be required for frontend changes?

Branches

Here is the branch layout for a new feature requiring a change accross multiple packages:

feature/add-field-api \
feature/add-field-contracts ->  feature/add-field  -> staging -> main
feature/add-field-frontend /

All pull requests to main require approval from at least 2 members of the Newt core team.