From 618b9816b1f77e6c74b0d4c4db53b2049a6ff2bb Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 5 Feb 2021 12:00:28 -0500 Subject: [PATCH] chore: Add contributing.md --- contributing.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..0b0b07d --- /dev/null +++ b/contributing.md @@ -0,0 +1,29 @@ +# Contributing + +## Introduction + +Thank you for your interest in contributing to this project! + +## Bug Reports + +Please open a new issue [here](https://git.earne.link/earnestma/dracublog/issues). + +## Style Guide + +See the [editor configuration file](.editorconfig) file for hints. + +## Suggesting Changes + +For pull requests: + +For patches, simply [format your patch](https://git-send-email.io/) and [email it](https://www.earnestma.xyz/contact) to me (same email as `git log | grep "Author: earnest ma" -m 1`). + +If you prefer creating a pull request: + +- [Fork the repo](https://git.earne.link/earnestma/dracublog), clone and create a branch +- Add, commit your changes, push to branch +- [Create a PR](https://git.earne.link/earnestma/dracublog/pulls) targeting `develop` branch (in most cases) + +## Changelog + +Loose [semantic versioning](https://semver.org/) is used. View the tags for a changelog or [changelog.md](changelog.md).