|
38 | 38 | * [Interoperability with libgit2](#interoperability-with-libgit2) |
39 | 39 | * [Ownership and Memory Management](#ownership-and-memory-management) |
40 | 40 | * [Error Handling](#error-handling) |
41 | | -* [Contributing](#contributing) |
42 | | -* [License](#license) |
43 | 41 | * [Version Compatibility](#version-compatibility) |
44 | 42 | * [API Coverage](#api-coverage) |
| 43 | +* [Contributing](#contributing) |
| 44 | +* [License](#license) |
45 | 45 |
|
46 | 46 | ## Build and Integration |
47 | 47 |
|
@@ -736,15 +736,6 @@ git_exception() { |
736 | 736 | virtual const char *what() const throw() { return message_; } |
737 | 737 | ``` |
738 | 738 |
|
739 | | -## Contributing |
740 | | -
|
741 | | -`cppgit2` is in active development. `libgit2` is constantly evolving with over 750 functions in its public API. A good portion of this is covered in `cppgit2` (See [API Coverage](#api-coverage)). However, there is much room for improvement - in terms of code quality, tests, and samples. |
742 | | -
|
743 | | -Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information. If you notice any bugs while using/reviewing `cppgit2`, please report them. Suggestions w.r.t improving the code quality are also welcome. |
744 | | -
|
745 | | -## License |
746 | | -The project is available under the [MIT](https://opensource.org/licenses/MIT) license. |
747 | | -
|
748 | 739 | ## Version Compatibility |
749 | 740 |
|
750 | 741 | | libgit2 | cppgit2 | |
@@ -1788,3 +1779,12 @@ The project is available under the [MIT](https://opensource.org/licenses/MIT) li |
1788 | 1779 | | `git_worktree_prune_options_init` | `worktree::prune_options::prune_options` | |
1789 | 1780 | | `git_worktree_unlock` | `worktree::unlock` | |
1790 | 1781 | | `git_worktree_validate` | `worktree::validate` | |
| 1782 | +
|
| 1783 | +## Contributing |
| 1784 | +
|
| 1785 | +`cppgit2` is in active development. `libgit2` is constantly evolving with over 750 functions in its public API. A good portion of this is covered in `cppgit2` (See [API Coverage](#api-coverage)). However, there is much room for improvement - in terms of code quality, tests, and samples. |
| 1786 | +
|
| 1787 | +Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information. If you notice any bugs while using/reviewing `cppgit2`, please report them. Suggestions w.r.t improving the code quality are also welcome. |
| 1788 | +
|
| 1789 | +## License |
| 1790 | +The project is available under the [MIT](https://opensource.org/licenses/MIT) license. |
0 commit comments