-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
192 additions
and
109 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,17 @@ | ||
# Contributing to FlashString | ||
|
||
If you make any modifications or additions to this library, please consider sharing them | ||
so that others may benefit. | ||
|
||
If you have an idea but not sure how to implement it, raise an issue. | ||
|
||
You can submit changes via [GitHub Pull Requests](https://github.com/mikee47/FlashString/pulls). | ||
|
||
Please consider the following elements as part of your PR: | ||
|
||
1. Unit testing. Does the existing test application cover your usage? | ||
If not, add the required test cases or a new module, if appropriate. | ||
2. Stick to the library conventions and avoid declaring multiple classes in a single file. | ||
3. Use clang-format in "file" mode to format the code | ||
|
||
Thank you! |
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,38 @@ | ||
# FlashString Support | ||
|
||
## Documentation | ||
|
||
The documentation for this library is built as part of Sming. | ||
You can find the current version here: | ||
|
||
https://sming.readthedocs.io/en/latest/_inc/Sming/Components/FlashString/index.html | ||
|
||
Note that it's also fully searchable. | ||
|
||
|
||
## Issues | ||
|
||
If you are having trouble using the library, it may be because: | ||
|
||
- There is a bug in your code | ||
- There is a bug in the library | ||
- The documentation is not clear | ||
- The library is not appropriate for your application | ||
|
||
Triage: | ||
|
||
1. Please read the documentation! | ||
2. Check any outstanding or previous [Issues on GitHub](https://github.com/mikee47/FlashString/issues) | ||
3. Create a [new issue on GitHub] | ||
(https://github.com/mikee47/FlashString/issues/new). | ||
|
||
Please consider your question carefully when raising an issue: | ||
|
||
* Good title | ||
* Short description of the problem | ||
* Are you using Linux or Windows? | ||
* Is the problem reproducible in the Host Emulator, or does it only present on actual hardware? | ||
* If appropriate, a brief code example to demonstrate the problem | ||
* Compiler output | ||
|
||
Remember, if you don't speak up, we can't help! |
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
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
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
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
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
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
Oops, something went wrong.