Skip to content

Commit 3d8f6ba

Browse files
committed
Add standard repo files
Signed-off-by: Sean Young <[email protected]>
1 parent 38c19fe commit 3d8f6ba

7 files changed

+53
-0
lines changed

CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @seanyoung

CODE_OF_CONDUCT.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Code of Conduct Guidelines
2+
==========================
3+
4+
Please review the Hyperledger [Code of
5+
Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct)
6+
before participating. It is important that we keep things civil.
7+
8+
<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>.

CONTRIBUTING.md

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

MAINTAINERS.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Maintainers
2+
3+
### Active Maintainers
4+
| name | Github | RocketChat |
5+
| --- | --- | --- |
6+
| Sean Young | seanyoung | seanyoung |

SECURITY.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Hyperledger Security Policy
2+
3+
## Reporting a Security Bug
4+
5+
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.
6+
7+
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:[email protected]).
8+
9+
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”.
10+
11+
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).

docs/contributing.rst

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Contributing
2+
============
3+
4+
Solang is in active development, so there are many ways in which you can
5+
contribute.
6+
7+
Target Specific Tests
8+
---------------------
9+
10+
Solang supports Substrate, Burrow and ewasm. All these targets need testing
11+
via integration tests. New targets like
12+
`Farbic <https://github.com/hyperledger-labs/fabric-chaincode-wasm>`_ and
13+
`Sawtooth Sabre <https://github.com/hyperledger/sawtooth-sabre>`_ need to be
14+
added, and tests added.
15+
16+
How to report issues
17+
--------------------
18+
19+
Please report issues to
20+
`github issues <https://github.com/hyperledger-labs/solang/issues>`_.

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ is supported. The repository can be found on `github <https://github.com/hyperle
3030
running
3131
language
3232
examples
33+
contributing

0 commit comments

Comments
 (0)