opensource-template icon indicating copy to clipboard operation
opensource-template copied to clipboard

🌻 Template for creating new repositories

Results 7 opensource-template issues
Sort by recently updated
recently updated
newest added

`actions-rs` has basically been dead for a while and while it works, we should switch to something maintained, and even better, simpler, such as https://github.com/dtolnay/rust-toolchain.

enhancement

A tracking issue to track which opensource repositories have been successfully converted to the new README style detailed in #33 - [x] cargo-deny - [x] puffin - [ ] lmdb-rs...

Would be nice to have a nice-looking header at the top of all our READMEs, so one can easily see that a project is maintained by Embark. Doesn't need to...

Right now our PR template includes 3 checkboxes, for doing various things, it'd be nicer to replace them with bots, such as [highfivebot](https://github.com/rust-lang/highfive) so that people who contribute to **any**...

enhancement

How about adding our `deny.toml` from our main project to the template here and make sure all of our open source crates use it in CI? I think we want...

enhancement

**Is your feature request related to a problem? Please describe.** We often use [cargo-deny](https://github.com/EmbarkStudios/cargo-deny) for rust projects but this template doesn't contain a default deny.toml so we're likely to forget...

enhancement

We could add a few useful tools in our opensource template, so as to not add them every single time: - `cargo-deny` is nice to avoid multiple copies of the...

enhancement