An open API service indexing awesome lists of open source software.

https://github.com/dotbithq/dbips


https://github.com/dotbithq/dbips

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# DBIPs
.bit Improvement Proposals (DBIPs) describe standards for .bit core contracts and eco applications.

# Contributing

1. Review [DBIP-1](dbip-1.md).
2. Fork the repository.
3. Add your DBIP to your fork of the repository. There is a [template DBIP here](dbip-template.md).
4. Submit a Pull Request to .bit's [DBIPs repository](https://github.com/dotbitHQ/DBIPs).

Your first PR should be a first draft of the final DBIP. An editor will manually review the first PR for a new DBIP and assign it a number before merging it.
Make sure you include a `discussions-to` header with the URL to a discussion forum or open GitHub issue where people can discuss the DBIP as a whole.

If your DBIP requires images, the image files should be included in a subdirectory of the `assets` folder for that DBIP as follows: `assets/dbip-N` (where **N** is to be replaced with the DBIP number).
When linking to an image in the DBIP, use relative links such as `./assets/dbip-1/image.png`.

# DBIP Status Terms

* **Draft** - an DBIP that is undergoing rapid iteration and changes.
* **Last Call** - an DBIP that is done with its initial iteration and ready for review by a wide audience.
* **Accepted** - a core DBIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author.

# DBIP Index

* **DBIP-1** - [DBIP Purpose and Guidelines](https://github.com/dotbitHQ/DBIPs/blob/main/dbip-1.md)