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.

57 lines
1.9 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. Consider improving and extending the
  17. this manual and the
  18. [community wiki](https://github.com/bbatsov/prelude/wiki).
  19. ### Working on the Manual
  20. The manual is generated from the markdown files in the
  21. [doc](https://github.com/bbatsov/prelude/tree/master/doc) folder of Prelude's
  22. GitHub repo and is published to [Read the Docs](readthedocs.org). The
  23. [MkDocs](http://www.mkdocs.org/) tool is used to convert the markdown sources to
  24. HTML.
  25. To make changes to the manual you simply have to change the files under
  26. `doc`. The manual will be regenerated automatically when changes to those files
  27. are merged in `master` (or the latest stable branch).
  28. You can install `MkDocs` locally and use the command `mkdocs serve` to see the
  29. result of changes you make to the manual locally:
  30. ```sh
  31. $ cd path/to/prelude/repo
  32. $ mkdocs serve
  33. ```
  34. If you want to make changes to the manual's page structure you'll have to edit
  35. [mkdocs.yml](https://github.com/bbatsov/prelude/blob/master/mkdocs.yml).
  36. ## Donations
  37. You can support the development of Prelude via
  38. [GitHub Sponsors](https://github.com/sponsors/bbatsov),
  39. [PayPal](https://www.paypal.me/bbatsov) and
  40. [Patreon](https://www.patreon.com/bbatsov).