this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding Code of Conduct section to README

+6
+6
README.md
··· 25 25 26 26 With the way this framework is being developed, I intend to make this as modular as possible. Thus all one must do is create a "mod" of sorts to add in the data and code needed for any other system. If you would like to have me add them officially, I can do an audit of your code and data and add it as a submodule of this repository. If the schema is too limiting for a system you'd like to add, please let me know by either [submitting a pull request](https://tangled.org/did:plc:lsxnahuhdg6llq7lpo3wq6kf/dice-wire/pulls/new) or by sending me a DM on [BlueSky](https://bsky.app/profile/did:plc:lsxnahuhdg6llq7lpo3wq6kf). 27 27 28 + #### Code of Conduct 29 + 30 + Please follow everything in this Code of Conduct section when submitting your pull request, otherwise it will be denied. 31 + 32 + When adding your system, please create an extra module for it as with the other systems already present in this repository. For you testing purposes, you may modify [lib.rs](src/lib.rs) to include a `mod system;` line so that you can lint your changes. Before submitting your pull request, however, please remove these changes. Any modules submitting through a pull request should only contain additions in the form of modules in their own separate folders. 33 + 28 34 ## Usage 29 35 30 36 **TODO**: Need to add this later for Rust and MessagePack