-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Come up with a better name #1
Comments
|
|
Wow, I guess it is settled then. |
On what? |
Just kidding, I don't really have a preference. I like |
I think
I'd also like to propose |
8: Initial structure for notion r=SamWilsn a=SamWilsn So this is my stab at #1 and to create a basic structure for the project as a whole. I've assumed a few things here, just to get the project started. Please voice any concerns or displeasure! # Things to Talk About - The name. Do we like it? Would muslin be better? - This pull request configures [bors](https://bors.tech). bors is a bot that enables a particular workflow on top of a normal CI platform and Github pull requests. - This pull request configures [Travis CI](https://travis-ci.com/) with [clippy](https://github.com/rust-lang/rust-clippy) and [rustfmt](https://github.com/rust-lang/rustfmt) enabled. These tools will enforce "good" Rust patterns and code format respectively. - The client and server crates are libraries, with a binary in `src/bin/`. This is to enable better testing without having to go through the CLI. Not necessarily a requirement, but if we want to go heavy on testing, it might be nice. # Merging To merge with bors, comment `bors r+`. Co-authored-by: Sam Wilson <[email protected]>
The text was updated successfully, but these errors were encountered: