From 93ac6e3048c652e0c5328e8539aa1612e5014ea1 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Mon, 3 May 2021 17:17:54 +0400 Subject: [PATCH 1/2] Create Contribute.md --- Contribute.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Contribute.md diff --git a/Contribute.md b/Contribute.md new file mode 100644 index 0000000..ae52150 --- /dev/null +++ b/Contribute.md @@ -0,0 +1,64 @@ +# Contributing +When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull Request Process + +1. Ensure any install or build dependencies are removed before the end of the layer when doing a build. +2. Update the appropriate docs before stating the changes you did. +3. You may merge the Pull Request in once you have the approval of CODEOWNER, or if you do not have permission to do that, you may request the second reviewer to merge it for you. + +## Code of conduct +All projects(including mailing lists) at HWTechClub is required to follow [The Lunduke Code of Conduct](https://lunduke.com/pages/codeofconduct/). + +### The Lunduke Code of Conduct + +> #### “Be Excellent to Each Other.” + +##### FAQ + +**Q**: Wait. That's it? + +A: Yup. + +**Q**: But… but… it's only 5 words! + +A: It is? Cool! + +**Q**: Isn't that too short to be a viable Code of Conduct? + +A: Nah. + +**Q**: It's too vague! How would you enforce this?!? + +A: By being excellent to each other. + +**Q**: What if someone violates this Code of Conduct? + +A: I trust you to figure it out. + +**Q**: What if someone talks about politics I disagree with?!?!!? + +A: I know a guy who votes for Papa Smurf in every Presidential election. He's a pretty cool dude. + +**Q**: I'm super angry about something! And a person likes the thing making me angry! What do I do? + +A: I dunno. Try *hugs*? + +**Q**: Are virtual hugs (such as *“hugs”* and animated .GIFs of teddy bears hugging) excellent? + +A: Most excellent. + +**Q**: Huh. Seems so simple! + +A: I know, right? + +**Q**: I like you! + +A: I like you, too! + +*The Lunduke Code of Conduct is free for you to use however you like.* + + +**Source**: [The Lunduke Code of Conduct](https://lunduke.com/pages/codeofconduct/) From b1221d5289008d7620ad29e94dc716a99426c802 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Mon, 3 May 2021 17:18:36 +0400 Subject: [PATCH 2/2] Rename Contribute.md to CONTRIBUTE.md --- Contribute.md => CONTRIBUTE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Contribute.md => CONTRIBUTE.md (100%) diff --git a/Contribute.md b/CONTRIBUTE.md similarity index 100% rename from Contribute.md rename to CONTRIBUTE.md