From 48cb6fe42dfb53c165aa62b276978b19217274ac Mon Sep 17 00:00:00 2001 From: edgeroy Date: Mon, 1 Oct 2018 15:29:23 -0500 Subject: [PATCH 1/2] added contributing file --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..32bcefde9f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +### Contribution + +ABP is an open source platform. + +* Open a [new issue](https://github.com/volosoft/volo/issues/new) if you found a bug or if you have a new feature/enhancement idea. +* Open a pull request if you want to make a development. Please create an issue before a development, so we can discuss it. +* Contribute to the [documentation](docs/Index.md). \ No newline at end of file From 4f817f36ad54246a55a68aac4001f91a3cd82fd0 Mon Sep 17 00:00:00 2001 From: edgeroy Date: Mon, 1 Oct 2018 15:36:17 -0500 Subject: [PATCH 2/2] fixed markdown error --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32bcefde9f..d99d011935 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -### Contribution +## Contribution ABP is an open source platform.