Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit 5c11fb6

Browse files
committed
Replace LemLib with LemCLI
1 parent 204bd8b commit 5c11fb6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
1010
> - Refer this project in your project's readme
1111
> - Mention the project at local meetups with your fellow competitors
1212
> - Mention the use of this project in judging presentations
13-
> - Open a bug report or feature request [here](https://github.com/LemLib/LemLib/issues/new/choose)
13+
> - Open a bug report or feature request [here](https://github.com/LemLib/LemCLI/issues/new/choose)
1414
> - Discuss and give feedback in our [Discord](https://discord.gg/pCHr7XZUTj)
1515
1616
<!-- omit in toc -->
@@ -72,7 +72,7 @@ Depending on how large the project is, you may want to outsource the questioning
7272
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
7373

7474
- Make sure that you are using the latest version.
75-
- Determine if your bug is really a bug and not an error on your side e.g. (TODO!!!) (Make sure that you have read the [documentation](https://lemlib.github.io/LemLib/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
75+
- Determine if your bug is really a bug and not an error on your side e.g. (TODO!!!) (Make sure that you have read the [documentation](https://lemlib.github.io/LemCLI/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
7676
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/LemLib/LemCLI/issues?q=label%3Abug).
7777
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
7878
- Collect information about the bug:
@@ -114,7 +114,7 @@ This section guides you through submitting an enhancement suggestion for LemCLI,
114114
- Make sure that you are using the latest version.
115115
- Read the [documentation](https://lemlib.github.io/LemCLI/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
116116
- Perform a [search](https://github.com/LemLib/LemCLI/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
117-
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
117+
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset.
118118

119119
<!-- omit in toc -->
120120
#### How Do I Submit a Good Enhancement Suggestion?

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LemCLI
22
Welcome to LemCLI! This open-source CLI aims to give users a better experience with building projects, managing packages, and uploading programs.
33

4-
The creation of this template was inspired by [pros-cli](https://github.com/purduesigbots/pros-cli). We aim to develop a library that strikes a balance between ease-of-use, comprehensive functionality, and maintainability.
4+
The creation of this template was inspired by [pros-cli](https://github.com/purduesigbots/pros-cli). We aim to develop a CLI that strikes a balance between ease-of-use, comprehensive functionality, and maintainability.
55

66
> Want a place to chat with the devs and other users? Join our [discord server](https://discord.gg/pCHr7XZUTj).
77
@@ -14,12 +14,12 @@ The creation of this template was inspired by [pros-cli](https://github.com/purd
1414
- [ ] Bluetooth download?
1515

1616
## License
17-
This project is licensed under the MIT license. Check [LICENSE](https://github.com/LemLib/LemLib/blob/master/LICENSE) for more details.
17+
This project is licensed under the MIT license. Check [LICENSE](https://github.com/LemLib/LemCLI/blob/master/LICENSE) for more details.
1818

1919

2020
## FAQ
2121
_**1. Is LemCLI VRC legal?**_
22-
Probably?
22+
ye
2323

2424
## Documentation
2525
Check out the [documentation](https://lemlib.github.io/LemCLI)

0 commit comments

Comments
 (0)