Skip to content

Commit 60eb800

Browse files
update contributor guidance with links (#1116)
1 parent 0a61b99 commit 60eb800

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

source/contributing/how-to-contribute.md

+7
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ If you want to help with development, check the [contributing guide in the Nix r
9191
(contribute-nixpkgs)=
9292
## Contribute to Nixpkgs
9393

94+
:::{tip}
95+
For a verbal introduction, watch the NixCon 2024 talk [Becoming a Nixpkgs Contributor](https://www.youtube.com/watch?v=eijTOBBbCv4).
96+
:::
97+
9498
{term}`Nixpkgs` is a large software project with various areas of development.
9599
You can find inspiration for things to improve in the [Nixpkgs issue tracker][nixpkgs issues].
96100

@@ -113,3 +117,6 @@ If you know your way around, working on [popular issues][nixos issues] will be h
113117

114118
[nixos issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aissue+label%3A%226.topic%3A+nixos%22+sort%3Areactions-%2B1-desc
115119

120+
# How to get help
121+
122+
If you prepared a pull request and need help moving forward, check [](contributing-how-to-get-help) for

source/contributing/how-to-get-help.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(contributing-how-to-get-help)=
12
# How to get help
23

34
If you need assistance with one of your contributions, there are a few places you
@@ -20,9 +21,9 @@ For better efficiency and higher chance of success, you should try contacting in
2021

2122
## Which communication channels to use
2223

23-
Once you've found the people you're looking for, you can contact them on one of the following platforms:
24+
Once you've found the people you're looking for, you can contact them on one of the [community communication platforms](https://nixos.org/community):
2425

25-
- GitHub
26+
- [GitHub](https://github.com/nixos)
2627

2728
All the source code is maintained on GitHub.
2829
This is the right place to discuss implementation details.
@@ -51,7 +52,7 @@ Once you've found the people you're looking for, you can contact them on one of
5152

5253
- Meetings and events
5354

54-
Check the [Discourse community calendar](https://discourse.nixos.org/t/community-calendar/18589) for real-time or in-person events.
55+
Check the [official NixOS Calendar](https://calendar.google.com/calendar/u/0/[email protected]) and the [Discourse community calendar](https://discourse.nixos.org/t/community-calendar/18589) for real-time or in-person events.
5556
Some community teams hold regular meetings and publish their meeting notes.
5657

5758
## Other venues

0 commit comments

Comments
 (0)