Have you read the code of conduct?
Check out the existing issues and see what types of contributions are accepted.
If you spot something new, open an issue using a template. We'll use the issue to have a conversation about the problem you want to fix.
Now that you're a part of the community, you can keep participating in many ways.
Learn more about contributing:
- Types of contributions
- Starting with an issue
- Opening a pull request
- Reviewing
- Working with the repository
You can contribute to the repository several ways.
Issues are used to track tasks that contributors can help with. If an issue has no labels, we haven't reviewed it yet and you shouldn't begin work on it.
If you've found something in the content or the website that should be updated, search open issues to see if someone else has reported the same thing. If it's something new, open an issue using a template. We'll use the issue to have a conversation about the problem you want to fix.
A pull request is a way to suggest changes in the repository.
You can browse existing issues to find something that needs help.
If you find something that is not present in the issues section Submit a new issue using existing templates
Labels can help you find an issue you'd like to help with.
- The
Help wanted
label is for problems or updates that anyone in the community can start working on.
Check all available labels with description here.
Fork using the command line:
- Fork the repo so that you can make your changes without affecting the original project until you're ready to merge them.
Make your changes to the file(s) you'd like to update. Here are some tips and tricks for working with the repository.
When you're done making changes and you'd like to propose them for review. Read about pull requests if unsure how to do it.
- Once you submit your PR, others from the core team will review it with you. The first thing you're going to want to do is a self review.
- After that, we may have questions, check back on your PR to keep up with the conversation.
- Did you have an issue, like a merge conflict? Check out our git tutorial on how to resolve merge conflicts and other issues.
Congratulations! The whole Intel community thanks you.
Once your PR is merged, you will be listed as a contributor in the contributor chart.
Every single PR is reviewed.
- Reviews are always respectful, acknowledging that everyone did the best possible job with the knowledge they had at the time.
- Reviews discuss content, not the person who created it.
- Reviews are constructive and start conversation around feedback.
You should always review your own PR first.
For content changes, make sure that you:
- Confirm that the changes meet the user experience and goals outlined in the content design plan (if there is one).
- Review the content for technical accuracy.
- If there are any failing checks in your PR, troubleshoot them until they're all passing.
We may ask for changes to be made before a PR can be merged, either using suggested changes or pull request comments. You can apply suggested changes directly through the UI. You can make any other changes in your fork, then commit them to your branch.
As you update your PR and apply changes, mark each conversation as resolved.
To work with in the repository the following requirements should be fulfilled.