You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
10
10
> - Refer this project in your project's readme
11
11
> - Mention the project at local meetups with your fellow competitors
12
12
> - 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)
14
14
> - Discuss and give feedback in our [Discord](https://discord.gg/pCHr7XZUTj)
15
15
16
16
<!-- omit in toc -->
@@ -72,7 +72,7 @@ Depending on how large the project is, you may want to outsource the questioning
72
72
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.
73
73
74
74
- 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)).
76
76
- 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).
77
77
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
78
78
- Collect information about the bug:
@@ -114,7 +114,7 @@ This section guides you through submitting an enhancement suggestion for LemCLI,
114
114
- Make sure that you are using the latest version.
115
115
- Read the [documentation](https://lemlib.github.io/LemCLI/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
116
116
- 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.
118
118
119
119
<!-- omit in toc -->
120
120
#### How Do I Submit a Good Enhancement Suggestion?
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# LemCLI
2
2
Welcome to LemCLI! This open-source CLI aims to give users a better experience with building projects, managing packages, and uploading programs.
3
3
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.
5
5
6
6
> Want a place to chat with the devs and other users? Join our [discord server](https://discord.gg/pCHr7XZUTj).
7
7
@@ -14,12 +14,12 @@ The creation of this template was inspired by [pros-cli](https://github.com/purd
14
14
-[ ] Bluetooth download?
15
15
16
16
## 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.
18
18
19
19
20
20
## FAQ
21
21
_**1. Is LemCLI VRC legal?**_
22
-
Probably?
22
+
ye
23
23
24
24
## Documentation
25
25
Check out the [documentation](https://lemlib.github.io/LemCLI)
0 commit comments