From 5aaa00d6a3c58d98cb250b7b14584238df02961c Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sat, 4 Feb 2023 03:27:58 +0000 Subject: [PATCH] docs: contributing guide added --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1f21208 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing to oxker + +oxker encourages any, and all, contributions as, suggestions, bug reports, pull requests, and feedback. + +## Submitting Issues + +Please use the oxker [issue templates for](https://github.com/mrjackwills/oxker/issues/new/choose) any Bug Report, Feature Suggestions, +Refactor Idea, or Security Vulnerabilities. + +Don't hesitate to submit any issues or pull requests, regardless of size. + +## Conduct + +oxker follow the [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct) \ No newline at end of file