-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
322 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Contributing to Starlight | ||
|
||
Contributions are welcome. | ||
|
||
## Branch policy | ||
|
||
The [master branch](https://github.com/EYBlockchain/starlight/tree/master) is a supported version per our [security policy](https://github.com/EYBlockchain/starlight/security/policy). Please make all pull requests against this version, unless you have a specific reason to branch off of another branch. | ||
|
||
## Commit policy | ||
|
||
We will prefer if your commit messages can please follow the [Conventional Commits](https://www.conventionalcommits.org/) specification. Some examples of good commit messages include: | ||
|
||
- `feat(code): proofs presented in more compact form` | ||
- `fix: remove appending of '1' to inputs` | ||
- `refactor(parser): new api used` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Security Policy | ||
|
||
## Supported versions | ||
|
||
Only the latest minor version of Starlight is supported with security updates. These updates are | ||
published as new patch versions. All versioning follows Semantic Versioning. You can find the latest | ||
version [released on GitHub](https://github.com/EYBlockchain/starlight/releases). | ||
|
||
| Branch | Supported | | ||
| --------------------------------------------------------------- | ------------------ | | ||
| [master](https://github.com/EYBlockchain/starlight/tree/master) | :white_check_mark: | | ||
| Earlier minor releases | :x: | | ||
|
||
## Reporting a vulnerability | ||
|
||
We really appreciate your help in finding bugs and vulnerabilities in this repository. Please report | ||
bugs and vulnerabilities using [GitHub Issues](https://github.com/EYBlockchain/starlight/issues). |
Oops, something went wrong.