From 337a31b3a253b4d7b5e8f45789128f654bdc77b8 Mon Sep 17 00:00:00 2001 From: Alex Band Date: Thu, 14 Oct 2021 12:08:05 +0200 Subject: [PATCH] Update IETF WG links --- CONTRIBUTING.md | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abb7d79..3c79267 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,16 +1,8 @@ # Contributing to Routinator -First off, thanks for taking the time to contribute! 🚀 - -This document is offers guidelines on how to best contribute to Routinator, +This document is offers guidelines on how to best contribute to the Routinator, whether it being new features or correcting flaws or bugs. -## Code of Conduct - -This project and everyone participating in it is governed by the [NLnet Labs -Code of Conduct](https://www.nlnetlabs.nl/conduct/). By participating, you are -expected to uphold this code. - ## Learning RPKI Routinator is Relying Party software for the Resource Public Key Infrastructure @@ -19,12 +11,12 @@ Force (IETF). Most of the original work on RPKI standardisation for both origin and path validation was done in the Secure Inter-Domain Routing -([sidr](https://tools.ietf.org/wg/sidr/)) working group. After the work was -completed, the working group was concluded. Since then, the SIDR Operations -([sidrops](https://tools.ietf.org/wg/sidr/)) working group was formed. This -working group develops guidelines for the operation of SIDR-aware networks, and -provides operational guidance on how to deploy and operate SIDR technologies in -existing and new networks. +([sidr](https://datatracker.ietf.org/wg/sidr/about/)) working group. After the +work was completed, the working group was concluded. Since then, the SIDR +Operations ([sidrops](https://datatracker.ietf.org/wg/sidrops/about/)) working +group was formed. This working group develops guidelines for the operation of +SIDR-aware networks, and provides operational guidance on how to deploy and +operate SIDR technologies in existing and new networks. There are more than 40 RFCs about RPKI. You don't need to know all of by heart to provide a meaningful contribution to Routinator, but we feel it's good to @@ -34,6 +26,12 @@ the relevant RFCs, and how they are related. ## Learning Routinator +## Code of Conduct + +This project and everyone participating in it is governed by the [NLnet Labs +Code of Conduct](https://www.nlnetlabs.nl/conduct/). By participating, you are +expected to uphold this code. + ### Join the Community We invite you to join the [RPKI mailing @@ -43,10 +41,15 @@ question. Instead, follow the discussion on the mailing list and Discord and ask questions there before you start sending patches. We prefer public discussions over private ones, so everyone in the community can participate and learn. +If you're interested in the code side of things, consider clicking 'Watch' on +the [Routinator repo on GitHub](https://github.com/NLnetLabs/routinator) to be +notified of pull requests and new issues posted there. + ### License and copyright When contributing with code, you agree to put your changes and new code under the same license Routinator and its associated libraries is already using. + When changing existing source code, do not alter the copyright of the original file(s). The copyright will still be owned by the original creator(s) or those who have been assigned copyright by the original author(s). @@ -54,11 +57,11 @@ who have been assigned copyright by the original author(s). By submitting a patch to the Routinator project, you are assumed to have the right to the code and to be allowed by your employer or whatever to hand over that patch/code to us. We will credit you for your changes as far as possible, -to give credit but also to keep a trace back to who made what changes. +to give credit but also to keep a trace back to who made what changes. ### What To Read -The source code, documentation, man page, [change +The source code, documentation, man pages, [change log](https://github.com/NLnetLabs/routinator/blob/main/Changelog.md) and the [most recent changes](https://github.com/NLnetLabs/routinator/commits/main) in git. @@ -89,4 +92,6 @@ but still share it with the maintainers to get some early feedback. Once final, your change will be reviewed and discussed on GitHub. You will be expected to correct flaws pointed out and update accordingly. As a submitter of -a change, you are the owner of that change until it has been merged. +a change, you are the owner of that change until it has been merged. Please +respond on GitHub about the change, answer questions and/or fix nits/flaws. +