You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PULL_REQUEST_TEMPLATE.md 705B

1234567891011121314151617181920
  1. **IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.**
  2. The place to discuss new features is the forum: <https://zola.discourse.group/>
  3. If you want to add a new feature, please open a thread there first in the feature requests section.
  4. Sanity check:
  5. * [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/getzola/zola/pulls) for the same update/change?
  6. ## Code changes
  7. (Delete or ignore this section for documentation changes)
  8. * [ ] Are you doing the PR on the `next` branch?
  9. If the change is a new feature or adding to/changing an existing one:
  10. * [ ] Have you created/updated the relevant documentation page(s)?