mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Merge pull request #11279 from NixOS/contributing
Urge contributors to read the contributing page + link to matrix
This commit is contained in:
commit
b62e5e889a
2 changed files with 20 additions and 1 deletions
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,3 +1,22 @@
|
||||||
|
<!--
|
||||||
|
|
||||||
|
IMPORTANT
|
||||||
|
|
||||||
|
Nix is a non-trivial project, so for your contribution to be successful,
|
||||||
|
it really is important to follow the contributing guidelines:
|
||||||
|
|
||||||
|
https://github.com/NixOS/nix/blob/master/CONTRIBUTING.md
|
||||||
|
|
||||||
|
Even if you've contributed to open source before, take a moment to read it,
|
||||||
|
so you understand the process and the expectations.
|
||||||
|
|
||||||
|
- what information to include in commit messages
|
||||||
|
- proper attribution
|
||||||
|
- volunteering contributions effectively
|
||||||
|
- how to get help and our review process.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
# Motivation
|
# Motivation
|
||||||
<!-- Briefly explain what the change is about and why it is desirable. -->
|
<!-- Briefly explain what the change is about and why it is desirable. -->
|
||||||
|
|
||||||
|
|
|
@ -97,4 +97,4 @@ For larger changes see the [Nix reference manual](https://nix.dev/manual/nix/dev
|
||||||
## Getting help
|
## Getting help
|
||||||
|
|
||||||
Whenever you're stuck or do not know how to proceed, you can always ask for help.
|
Whenever you're stuck or do not know how to proceed, you can always ask for help.
|
||||||
The appropriate channels to do so can be found on the [NixOS Community](https://nixos.org/community/) page.
|
We invite you to use our [Matrix room](https://matrix.to/#/#nix-dev:nixos.org) to ask questions.
|
||||||
|
|
Loading…
Reference in a new issue