Welcome to Napptive! This guide will help you know the necessary steps to contribute to our community. Please, first of all, read our code of conduct.
-
Help us to improve documentation.
-
Have you found a bug? We will be very grateful if you inform us opening an issue. Be clear and concise in the definition of the bug. Indicate the steps to reproduce it, which version you are using, on which platform. Include any additional information that may help to understand the bug.
-
Open an issue. Do you see something that needs work? Do you have any new ideas? Would you like to discuss any functionality? Feel free to open an issue. Fill the issue template being as clear and concise as you can.
-
Have you found a security problem? We would appreciate if you could send us a message to community@napptive.com informing us of the problem
If you have any questions, you don’t know how to contribute, or you need help, join our Community Slack, and we will be happy to help you.
Please:
- Write understandable and clear git commit messages.
- Add comments in the code in order to make it more understandable to the community.
- Fill all the required information in PR template:
### Checklist
- [ ] Application license is compatible
- [ ] I have created a directory in the form of `apps/<application_name>/<version>`
- [ ] I have added the corresponding [metadata](https://docs.napptive.com/catalog/application_metadata.html) file
- [ ] I have added the corresponding README file
#### What does this PR do?
#### Which as the minimum requirements to launch the application?
#### Any background context you want to provide?
#### Screenshots (if appropriate)
Be sure to include a clear and detailed PR description that explains the purpose of the PR. Don't forget that the reviewer must know what you are trying to solve, why, and how. Select at least one person to review your PR.
If it is four first contribution, you should sign our CLA document.