From 99c0047bb91dd50390a9ea05c02fa6636bd4ce7e Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Sun, 19 Apr 2020 01:21:39 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1644a07 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +We welcome contributions to **Flash.sh**. To submit a contribution: + +1. [Fork](https://github.com/tallguyjenks/flash.sh/fork) the repository and make your changes. + +2. Submit a [pull request](https://help.github.com/articles/using-pull-requests). + +I'll try to be as responsive as possible in reviewing and accepting pull requests. + +I appreciate your contributions very much!