From 674c5699dc14378411f88724afdc69ddfafc3c14 Mon Sep 17 00:00:00 2001 From: OCDkirby <138795235+OCDkirby@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:46:48 -0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..35d9e54 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +* Fork the repo +* Create a branch following conventions: `username-feature` + * ex. `git checkout -b OCDkirby-titlebar` +* Commit changes and push the branch to your fork +* Open a PR +* Profit