You are welcome to contribute to this project. Here are the guidelines we try to stick to in this project.
If you think that there is a common Web compatibility problem which deserves a How-To guide for helping people fixing them.
- Check in the list of open issues if it doesn't exist already
- Is it a very common Web compatibility issue?
- open a new issue.
- Be descriptive. We can't guess what you are referring to. Start explaining in the issue through examples how to fix it.
We need your good ideas on solving the Web compatibility issues. You can help by writing a draft for one issue. All your contributions are under the Mozilla Public License, 2.0
- Fork the repository
- Create a branch with the number of the issue.
- Use the raw template in
templates/quicktips.md
- Save it in
book/tips/filename.md
withfilename.md
is a wisely chosen name. Examplecss-flexbox.md
- Edit with markdown syntax and commit your modifications with the issue number. Example
git commit -m 'introduction. #issuenumber'
- Create a pull request
- Ask for reviews with
r+ @karlcow
in your pull request comment.
You will be asked to modify and fix a couple of things. Or you will get a r+
and we will merge your pull request.