mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
2.4 KiB
2.4 KiB
How to contribute?
Report a Bug
To report a bug, go to the relevant GitHub repository, click on the Issues tab, click on the New issue button, and read the instructions.
Write an Issue
To write an issue, go to the relevant GitHub repository, click on the Issues tab, click on the New issue button, and read the instructions.
Answer Questions
People ask questions about Planetmint in the following places:
Feel free to hang out and answer some questions. People will be thankful.
Write a Planetmint Enhancement Proposal (PEP)
If you have an idea for a new feature or enhancement, and you want some feedback before you write a full Planetmint Enhancement Proposal (PEP), then feel free to:
- ask in the planetmint/community Gitter chat room or
- open a new issue in the planetmint/PEPs repo and give it the label PEP idea.
If you want to discuss an existing PEP, then open a new issue in the planetmint/PEPs repo and give it the label discuss existing PEP.
Steps to Write a New PEP
- Look at the structure of existing PEPs in the planetmint/PEPs repo. Note the section headings. PEP-2 (our variant of the consensus-oriented specification system [COSS]) says more about the expected structure and process.
- Write a first draft of your PEP. It doesn't have to be long or perfect.
- Push your BEP draft to the planetmint/PEPs repo and make a pull request. PEP-1 (our variant of C4) outlines the process we use to handle all pull requests. In particular, we try to merge all pull requests quickly.
- Your PEP can be revised by pushing more pull requests.