1 unstable release
0.0.1 | May 4, 2020 |
---|
#69 in #artifact
10KB
🌻 opensource-template
Template for creating new open source repositories that follow the Embark open source guidelines.
TEMPLATE INSTRUCTIONS
- Create a new repository under EmbarkStudios using this template.
- Title: Change the first line of this README to the name of your project, and replace the sunflower with an emoji that represents your project. 🚨 Your emoji selection is critical.
- Badges: In the badges section above, change the repo name in each URL. If you are creating something other than a Rust crate, remove the crates.io and docs badges (and feel free to add more appropriate ones for your language).
- CI: In
./github/workflows/
renamerust-ci.yml
(or the appropriate config for your language) toci.yml
. And go over it and adapt it to work for your project - Cleanup: Remove this section of the README and any unused files (such as configs for other languages) from the repo.
Contributing
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.