Add CONTRIBUTING.md (#2121)

This commit is contained in:
Christoph Rüßler 2024-03-24 20:40:39 +01:00 committed by GitHub
parent b15c8643c8
commit 7d8b7c9239
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 3 deletions

26
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,26 @@
# Contributing
Were glad you found this document that is intended to make contributing to
GitUI as easy as possible!
## Building GitUI
In order to build GitUI on your machine, follow the instructions in the
[“Build” section](./README.md#build).
## Getting help
Theres a [Discord server][discord-server] you can join if you get stuck or
dont know where to start. People are happy to answer any questions you might
have!
## Getting started
If you are looking for something to work on, but dont yet know what might be a
good first issue, you can take a look at [issues labelled with
`good-first-issue`][good-first-issues]. They have been selected to not require
too much context so that people not familiar with the codebase yet can still
make a contribution.
[discord-server]: https://discord.gg/rZv4uxSQx3
[good-first-issues]: https://github.com/extrawurst/gitui/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22

View File

@ -38,7 +38,8 @@
11. [Key Bindings](#bindings)
12. [Sponsoring](#sponsoring)
13. [Inspiration](#inspiration)
14. [Contributors](#contributors)
14. [Contributing](#contributing)
15. [Contributors](#contributors)
## 1. <a name="features"></a> Features <small><sup>[Top ▲](#table-of-contents)</sup></small>
@ -276,7 +277,11 @@ The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to se
- It would be nice to come up with a way to have the map view available in a terminal tool
- [git-brunch](https://github.com/andys8/git-brunch)
## 14. <a name="contributors"></a> Contributors <small><sup>[Top ▲](#table-of-contents)</sup></small>
## 14. <a name="contributing"></a> Contributing <small><sup>[Top ▲](#table-of-contents)</sup></small>
See [CONTRIBUTING.md](CONTRIBUTING.md).
## 15. <a name="contributors"></a> Contributors <small><sup>[Top ▲](#table-of-contents)</sup></small>
Thanks goes to all the contributors that help make GitUI amazing! ❤️
@ -284,4 +289,4 @@ Wanna become a co-maintainer? We are looking for [you](https://github.com/extraw
<a href="https://github.com/extrawurst/gitui/graphs/contributors">
<img src="https://contrib.rocks/image?repo=extrawurst/gitui" />
</a>
</a>