From b3c2a3b0b4553cec0913b941fd68ef4e87b761dd Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Sun, 5 Sep 2021 03:55:54 +0000 Subject: [PATCH] chore(#148): add Contributing guide --- CONTRIBUTING.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..5c9b7304c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,24 @@ +--- +title: Contributing +weight: 5 +--- + +> All contributions are welcomed and appreciated. + +Druxt is an open source project, built, supported and maintained by the community, for the community. + +* * * + +## Bug reports and feature requests + +One of the easiest ways to contribute to Druxt is to open issues, giving as much detail as possible to make it easier other contributors and maintainers: http://github.com/druxt/druxt.js/issues/new/choose + +When reporting bugs please make sure to provide detailed steps to reproduce the issue, and when possible provide a GitPod workspace snapshot to demonstrate the issue. + +* * * + +## Pull Requests + +@TODO + +* * *