https://github.com/dotbithq/dbips
https://github.com/dotbithq/dbips
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotbithq/dbips
- Owner: dotbitHQ
- License: mit
- Created: 2022-04-24T06:54:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T09:37:30.000Z (about 4 years ago)
- Last Synced: 2023-03-03T20:38:43.706Z (over 3 years ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)