-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add readme and contributing docs
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
To contribute: | ||
1. Fork the repo or create a branch prefixed with a valid [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) qualifier (e.g. `feat/cool-new-thing` or `fix/write-code-code`) | ||
2. Add commits to your branch following the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) standard. A github action will run to validate your commits before merge, so ***you will not be bale to merge if you do not use conventional commits.*** | ||
3. Add test coverage for your feature/fix/improvement. | ||
3. Make a PR for your changes and get 1 review/approval | ||
4. Merge your changes! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This is a fun toy project for a personal home dashboard meant to both be useful and as some Rust practice. Planned features: | ||
1. Backlog tracking for games/movies/tv shows/books and a "now playing/reading/etc" (fancy spreadsheet) | ||
2. Automatic planning of run/cycling routes based on a training schedule each morning | ||
3. Getting the Nasa Astronomy Pictre of the Day/current xckd/wikipedia home page/etc or any other fun stuff | ||
4. Plugin system for any other pieces that someone may want to use! |