87c29c7f6b
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
assets | ||
docs | ||
scripts | ||
.gitignore | ||
.remarkrc | ||
.textlintrc | ||
CNAME | ||
DEVELOPMENT.md | ||
Gemfile | ||
Gemfile.lock | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
STYLE-GUIDELINE.md | ||
_config.yml | ||
_config_local.yml | ||
default.html | ||
home.html | ||
package-lock.json | ||
package.json | ||
post.html | ||
spellcheck.yaml | ||
wordlist.txt | ||
yarn.lock |
README.md
layout | permalink | nav_exclude |
---|---|---|
default | / | true |
Specifications for Status clients
This repository contains a list of specifications for implementing Status and its various capabilities.
How to contribute
You can read about how to build this project here.
- Create an issue for a new Status Improvement Proposal (SIP) or some bug that you'd like to address
- Create a corresponding PR and ping some existing SIP editors for review
If you need help, ask in #protocol at Status / Discord.
Specification style guidelines
Become familiar with the specification style guidelines to understand how you should write or amend specifications.
Spec lifecycle
Every spec has its own lifecycle that shows its maturity. We indicate this in a similar fashion to COSS Lifecycle:
At present (March 30, 2020) this means stable specs are what is in v1 of the Status App. Drafts and raw are work in progress specs.
Status Improvement Proposals (SIPs)
The main specification for writing a Status client is 1/CLIENT.
For all full index of all specs, see specs.status.im, especially stable specs.
Protocol Research
These are protocols that are currently being researched. These are designed to be useful outside of Status as well. To the extent that these protocols are used within Status clients, they will show up as SIPs in the future.
To see more on this, please visit the current home: vac protocol.
Continuous Integration
The site is built in Our Jenkins CI based off of master
branch.