htaccess/CONTRIBUTING.md

839 B

Contributing

  1. Fork the repo.
  2. Add your section following the styling guide. One snippet per PR, please!
  3. Commit changes.
  4. Push your commit.
  5. Create a pull request.
  6. 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.
  • Use Title Case for headers.
  • 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.