ソースを参照

Add standard repo files

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 5 年 前
コミット
3d8f6ba7af
7 ファイル変更53 行追加0 行削除
  1. 1 0
      CODEOWNERS
  2. 8 0
      CODE_OF_CONDUCT.md
  3. 6 0
      CONTRIBUTING.md
  4. 6 0
      MAINTAINERS.md
  5. 11 0
      SECURITY.md
  6. 20 0
      docs/contributing.rst
  7. 1 0
      docs/index.rst

+ 1 - 0
CODEOWNERS

@@ -0,0 +1 @@
+*	@seanyoung

+ 8 - 0
CODE_OF_CONDUCT.md

@@ -0,0 +1,8 @@
+Code of Conduct Guidelines
+==========================
+
+Please review the Hyperledger [Code of
+Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct)
+before participating. It is important that we keep things civil.
+
+<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

+ 6 - 0
CONTRIBUTING.md

@@ -0,0 +1,6 @@
+## Contributing
+
+We very much welcome contributions to the Solang project.
+
+Please visit the
+[contributors guide](http://solang.readthedocs.io/en/latest/contributing.html) in the docs.

+ 6 - 0
MAINTAINERS.md

@@ -0,0 +1,6 @@
+## Maintainers
+
+### Active Maintainers
+| name | Github | RocketChat |
+| --- | --- | --- |
+| Sean Young | seanyoung | seanyoung |

+ 11 - 0
SECURITY.md

@@ -0,0 +1,11 @@
+# Hyperledger Security Policy
+
+## Reporting a Security Bug
+
+If you think you have discovered a security issue in any of the Hyperledger projects, we'd love to hear from you. We will take all security bugs seriously and if confirmed upon investigation we will patch it within a reasonable amount of time and release a public security bulletin discussing the impact and credit the discoverer.
+
+There are two ways to report a security bug. The easiest is to email a description of the flaw and any related information (e.g. reproduction steps, version) to [security at hyperledger dot org](mailto:security@hyperledger.org).
+
+The other way is to file a confidential security bug in our [JIRA bug tracking system](https://jira.hyperledger.org). Be sure to set the “Security Level” to “Security issue”.
+
+The process by which the Hyperledger Security Team handles security bugs is documented further in our [Defect Response page](https://wiki.hyperledger.org/display/HYP/Defect+Response) on our [wiki](https://wiki.hyperledger.org).

+ 20 - 0
docs/contributing.rst

@@ -0,0 +1,20 @@
+Contributing
+============
+
+Solang is in active development, so there are many ways in which you can
+contribute.
+
+Target Specific Tests
+---------------------
+
+Solang supports Substrate, Burrow and ewasm. All these targets need testing
+via integration tests. New targets like
+`Farbic <https://github.com/hyperledger-labs/fabric-chaincode-wasm>`_ and
+`Sawtooth Sabre <https://github.com/hyperledger/sawtooth-sabre>`_ need to be
+added, and tests added.
+
+How to report issues
+--------------------
+
+Please report issues to
+`github issues <https://github.com/hyperledger-labs/solang/issues>`_.

+ 1 - 0
docs/index.rst

@@ -30,3 +30,4 @@ is supported. The repository can be found on `github <https://github.com/hyperle
    running
    language
    examples
+   contributing