From 55c9fe36c16085da7dded21d358a297fadd0ab91 Mon Sep 17 00:00:00 2001 From: Charles Plant <32653033+CPSTL@users.noreply.github.com> Date: Thu, 6 Sep 2018 11:25:12 -0400 Subject: [PATCH 1/2] CONTRIBUTING.md v.1.0 --- CONTRIBUTING.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..83de52f7c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,46 @@ +# Contributing Guidelines + +## Do you have a question? + +[Check out our Gitter](https://gitter.im/PolymathNetwork/Lobby) + +See also frequently asked questions tagged with Polymath on Stack Exchange and Reddit. + +# Please Report bugs! + +Do not open an issue on Github if you think your discovered bug could be a security-relevant vulnerability. Please, read our security policy instead. + +Otherwise, just create a new issue in our repository and follow the template below: + +[Issue template to make things easier for you](https://github.com/PolymathNetwork/polymath-core/blob/master/.github/ISSUE_TEMPLATE/feature_request.md) + + +# Contribute! + +If you would like to contribute to Polymath-core, please fork it, fix bugs or implement features, and propose a [pull request](https://github.com/PolymathNetwork/polymath-core/blob/master/PULL_REQUEST_TEMPLATE.md) + +Please, refer to the Coding Guide on our [Developer Portal](https://developers.polymath.network/) for more details about hacking on Polymath. + +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +# Pull Request Process + +[Template](https://github.com/PolymathNetwork/polymath-core/blob/master/PULL_REQUEST_TEMPLATE.md) + +# Code Styleguide + +The polymath-core repo follows the [Solidity style guide](https://solidity.readthedocs.io/en/v0.4.24/style-guide.html) + +# Code of Conduct + +[Community Standards](https://github.com/PolymathNetwork/polymath-core/blob/master/CODE_OF_CONDUCT.md) + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community feel safe and respected. + +# Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. From 78fd6a20e0cb7ddfd57633426314e198f4b9bd76 Mon Sep 17 00:00:00 2001 From: "Charles Plant St.Louis" <32653033+CPSTL@users.noreply.github.com> Date: Tue, 18 Sep 2018 14:07:40 -0400 Subject: [PATCH 2/2] Update to security vulnerability section --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83de52f7c..3dadf0761 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ See also frequently asked questions tagged with Polymath on Stack Exchange and R # Please Report bugs! -Do not open an issue on Github if you think your discovered bug could be a security-relevant vulnerability. Please, read our security policy instead. +Do not open an issue on Github if you think your discovered bug could be a security-relevant vulnerability. In the case of the discovery of high security venerabilities, pleasse email us the issue privately at team@polymath.network. Otherwise, just create a new issue in our repository and follow the template below: