mirror of
https://github.com/phanan/htaccess.git
synced 2018-11-08 13:39:40 +01:00
725 B
725 B
Contributing
- Fork the repo.
- Add your section following the styling guide.
- Commit changes.
- Push your commit.
- Create a pull request.
- Wait with your fingers crossed.
Styling
- Put your snippets into corresponding sections.
- Put the snippet names into the Table of Contents and link them using relative URLs.
- Use
###
headers for your snippets. - Add some note/description if applicable. People will thank you for that.
- Be grateful. Indicate a source using this format
[Source](link)
if applicable. - For Apache-related examples, wrap your commands in a
apacheconf
code block. - For command-line examples, wrap your commands in a
bash
code block.