|
| 1 | +--- |
| 2 | +outline: deep |
| 3 | +--- |
| 4 | + |
| 5 | +# Contribution guidelines |
| 6 | + |
| 7 | +This file contains instructions that will help you make a contribution. |
| 8 | + |
| 9 | +## Licensing |
| 10 | + |
| 11 | +The `treefmt` binaries and this user guide are licensed under the [MIT license](https://github.com/numtide/treefmt/blob/main/LICENSE). |
| 12 | + |
| 13 | +## Before you contribute |
| 14 | + |
| 15 | +Here you can take a look at the [existing issues](https://github.com/numtide/treefmt/issues). Feel free to contribute, but make sure you have a |
| 16 | +[GitHub account](https://github.com/join) first :slightly_smiling_face:. |
| 17 | + |
| 18 | +If you're new to open source, please read GitHub's guide on [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/). It's a quick read, |
| 19 | +and it's a great way to introduce yourself to how things work behind the scenes in open-source projects. |
| 20 | + |
| 21 | +Before sending a pull request, make sure that you've read all the guidelines. If you don't understand something, please |
| 22 | +[state your question clearly in an issue](https://github.com/numtide/treefmt/issues/new) or ask the community on the [treefmt matrix server](https://matrix.to/#/#treefmt:numtide.com). |
| 23 | + |
| 24 | +## Creating an issue |
| 25 | + |
| 26 | +If you need to create an issue, make sure to clearly describe it, including: |
| 27 | + |
| 28 | +- The steps to reproduce it (if it's a bug) |
| 29 | +- The version of `treefmt` used |
| 30 | + |
| 31 | +The cache database is stored in a `.db` file in the `~/.cache/treefmt/eval-cache` directory. |
| 32 | + |
| 33 | +## Making changes |
| 34 | + |
| 35 | +If you want to introduce changes to the project, please follow these steps: |
| 36 | + |
| 37 | +- Fork the repository on GitHub |
| 38 | +- Create a branch on your fork. Don't commit directly to main |
| 39 | +- Add the necessary tests for your changes |
| 40 | +- Run `treefmt` in the source directory before you commit your changes |
| 41 | +- Push your changes to the branch in your repository fork |
| 42 | +- Submit a pull request to the original repository |
| 43 | + |
| 44 | +Make sure you based your commits on logical and atomic units! |
| 45 | + |
| 46 | +## Examples of git history |
| 47 | + |
| 48 | +<details> |
| 49 | + |
| 50 | +<summary>Git history that we want to have</summary> |
| 51 | + |
| 52 | +``` |
| 53 | +
|
| 54 | +* e3ed88b (HEAD -> contribution-guide, upstream/main, origin/main, origin/HEAD, main) Merge pull request #470 from zimbatm/fix_lru_cache |
| 55 | +
|
| 56 | +|\ |
| 57 | +
|
| 58 | +| * 1ab7d9f Use rayon for multithreading command |
| 59 | +
|
| 60 | +|/ |
| 61 | +
|
| 62 | +* e9c5bb4 Merge pull request #468 from zimbatm/multithread |
| 63 | +
|
| 64 | +|\ |
| 65 | +
|
| 66 | +| * de2d6cf Add lint property for Formatter struct |
| 67 | +
|
| 68 | +| * cd2ed17 Fix impl on Formatter get_command() function |
| 69 | +
|
| 70 | +|/ |
| 71 | +
|
| 72 | +* 028c344 Merge pull request #465 from rayon/0.15.0-release |
| 73 | +
|
| 74 | +|\ |
| 75 | +
|
| 76 | +| * 7b619d6 0.15.0 release |
| 77 | +
|
| 78 | +|/ |
| 79 | +
|
| 80 | +* acdf7df Merge pull request #463 from zimbatm/support-multi-part-namespaces |
| 81 | +
|
| 82 | +``` |
| 83 | + |
| 84 | +</details> |
| 85 | + |
| 86 | +<details> |
| 87 | + |
| 88 | +<summary>Git history that we are <b>trying</b> to avoid</summary> |
| 89 | + |
| 90 | +``` |
| 91 | +
|
| 92 | +* 4c8aca8 Merge pull request #120 from zimbatm/add-rayon |
| 93 | +
|
| 94 | +|\ |
| 95 | +
|
| 96 | +| * fc2b449 use rayon for engine now |
| 97 | +
|
| 98 | +| * 2304683 add rayon config |
| 99 | +
|
| 100 | +| * 5285bd3 bump base image to F30 |
| 101 | +
|
| 102 | +* | 4d0fbe2 Merge pull request #114 from rizary/create_method_create_release |
| 103 | +
|
| 104 | +|\ \ |
| 105 | +
|
| 106 | +| * | 36a9396 test changed |
| 107 | +
|
| 108 | +| * | 22f681d method create release for github created |
| 109 | +
|
| 110 | +* | | 2ef4ea1 Merge pull request #119 from rizary/config.rs |
| 111 | +
|
| 112 | +|\ \ \ |
| 113 | +
|
| 114 | +| |/ / |
| 115 | +
|
| 116 | +|/| | |
| 117 | +
|
| 118 | +| * | 5f1b8f0 unused functions removed |
| 119 | +
|
| 120 | +* | | a93c361 Merge pull request #117 from zimbatm/add-getreleases-to-abstract |
| 121 | +
|
| 122 | +|\ \ \ |
| 123 | +
|
| 124 | +| |/ / |
| 125 | +
|
| 126 | +|/| | |
| 127 | +
|
| 128 | +| * | 0a97236 add get_releses for Cargo |
| 129 | +
|
| 130 | +| * | 55e4c57 add get_releases/get_release into engine.rs |
| 131 | +
|
| 132 | +|/ / |
| 133 | +
|
| 134 | +* | badeddd Merge pull request #101 from zimbatm/extreme-cachin |
| 135 | +
|
| 136 | +``` |
| 137 | + |
| 138 | +</details> |
| 139 | + |
| 140 | +Additionally, it's always good to work on improving documentation and adding examples. |
| 141 | + |
| 142 | +Thank you for considering contributing to `treefmt`. |
0 commit comments