My build of nnn with minor changes
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

CONTRIBUTING.md 931 B

123456789101112131415
  1. # Contributing
  2. Contributions to nnn are welcome! There's always an open issue with the current ToDo list, which contains the proposed features for the next release you can get your hands on. Any small changes or ideas should go in there, rather than in a separate issue.
  3. Before suggesting changes, please read a bit about [the design principles nnn follows](https://github.com/jarun/nnn/wiki#design), and make sure you aren't breaking any of them.
  4. ## Coding standard
  5. `nnn` follows the Linux kernel coding style closely. The C source code uses TABs and the plugins use 4 spaces for indentation.
  6. ## Resources
  7. The [wiki](https://github.com/jarun/nnn/wiki/Developer-guides) has some resources for developers you might be interested in: building, debugging...
  8. ## Communication
  9. * [Gitter chat](https://gitter.im/jarun/nnn)
  10. * [GitHub team](https://github.com/nnn-devs) (if you plan on contributing regularly, ask for an invitation).