Emacs config utilizing prelude as a base
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.

54 lines
1.8 KiB

  1. # Contributing
  2. ## Issues
  3. Report issues and suggest features and improvements on the
  4. [GitHub issue tracker](https://github.com/bbatsov/prelude/issues). Don't ask
  5. questions on the issue tracker - use the [support channels](support.md) instead.
  6. If you want to file a bug, please provide all the necessary info listed in
  7. our issue reporting template (it's loaded automatically when you create a
  8. new GitHub issue).
  9. ## Patches
  10. Patches in any form are always welcome! GitHub pull requests are even better! :-)
  11. Before submitting a patch or a pull request make sure that your patch
  12. is in line with the [contribution
  13. guidelines](https://github.com/bbatsov/prelude/blob/master/CONTRIBUTING.md).
  14. ## Documentation
  15. Good documentation is just as important as good code.
  16. Please, consider improving and extending this manual.
  17. ### Working on the Manual
  18. The manual is generated from the markdown files in the
  19. [doc](https://github.com/bbatsov/prelude/tree/master/doc) folder of Prelude's
  20. GitHub repo and is published to [Read the Docs](readthedocs.org). The
  21. [MkDocs](http://www.mkdocs.org/) tool is used to convert the markdown sources to
  22. HTML.
  23. To make changes to the manual you simply have to change the files under
  24. `doc`. The manual will be regenerated automatically when changes to those files
  25. are merged in `master` (or the latest stable branch).
  26. You can install `MkDocs` locally and use the command `mkdocs serve` to see the
  27. result of changes you make to the manual locally:
  28. ```sh
  29. $ cd path/to/prelude/repo
  30. $ mkdocs serve
  31. ```
  32. If you want to make changes to the manual's page structure you'll have to edit
  33. [mkdocs.yml](https://github.com/bbatsov/prelude/blob/master/mkdocs.yml).
  34. ## Donations
  35. You can support the development of Prelude via
  36. [GitHub Sponsors](https://github.com/sponsors/bbatsov),
  37. [PayPal](https://www.paypal.me/bbatsov) and
  38. [Patreon](https://www.patreon.com/bbatsov).