# 🌻 opensource-template
[](https://github.com/EmbarkStudios/template/actions?workflow=CI)
[](https://crates.io/crates/tame-oauth)
[](https://docs.rs/tame-oauth)
[](CODE_OF_CONDUCT.md)
[](https://embark.dev)
Template for creating new open source repositories that follow the Embark open source guidelines.
## TEMPLATE INSTRUCTIONS
1. Create a new repository under EmbarkStudios using this template.
1. __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.
1. __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).
1. __CI:__ In `./github/workflows/` rename `rust-ci.yml` (or the appropriate config for your language) to `ci.yml`. And go over it and adapt it to work for your project
1. __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](CONTRIBUTING.md) for more information on how to get started.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](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.