Skip to content

Commit

Permalink
Update Cargo.toml Categories. Update Pull Request Template (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismet55555 authored Aug 11, 2023
1 parent 6191eff commit a458e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Change Motivation
## Change Motivation / Problem Statement

_(A very brief summary on why you made these changes)_

Expand All @@ -20,23 +20,19 @@ _(Check any that apply)_

- [ ] Bug Fix
- [ ] New Feature
- [ ] Dependencies
- [ ] Code Refactoring
- [ ] Documentation
- [ ] Formatting
- [ ] Automation
- [ ] Unit Tests
- [ ] Bump Version
- [ ] Automation
- [ ] Packaging and Installation
- [ ] Other

---

## How Has This Been Tested?

_(Please describe the tests/commands that you ran to verify your changes)_

...

---

# Checklist

- [ ] I have commented my code, particularly in hard-to-understand areas
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
version = "0.2.2"
description = "A bionic reader for blazingly fast reading within a terminal console"
keywords = ["bionic", "reader", "terminal", "cli", "parsing"]
categories = ["command-line-utilities", "terminal", "console", "cli", "tool", "parsing"]
categories = ["terminal", "console", "cli", "tool", "parsing"]
license = "GPL-3.0-or-later"
repository = "https://github.com/ismet55555/bieye"
documentation = "https://github.com/ismet55555/bieye"
Expand Down

0 comments on commit a458e88

Please sign in to comment.