squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.18k stars 40 forks source link

Create dependabot file for automatic updates for the creates and removed Cargo.lock and added some issue templates #355

Closed YouFoundAlpha closed 2 months ago

YouFoundAlpha commented 2 months ago

Why have removed the Cargo.lock file is because of this https://github.com/rust-lang/cargo/issues/315

casperstorm commented 2 months ago

Let's have each PR solve a single problem. That way its easier for us to review, and have a discussion. Here you have a few things going on:

YouFoundAlpha commented 2 months ago

Let's have each PR solve a single problem. That way its easier for us to review, and have a discussion. Here you have a few things going on:

* Adding PR templates

* Adding Issue templates

* Adding dependabot.yml

* Removing Cargo.lock from version control

Ok I'll make it

tarkah commented 2 months ago

Why have removed the Cargo.lock file is because of this https://github.com/rust-lang/cargo/issues/315

This is only relevant for library crates, not binary crates