chore: Add contributing.md

pull/2/head
earnest ma 2021-02-05 12:00:28 -05:00
parent bf75d3e0d4
commit 618b9816b1
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 29 additions and 0 deletions

29
contributing.md Normal file
View File

@ -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).