Skip to content

Commit 7b7c55f

Browse files
Fixing/improving markdown files (#395)
* Fixing/improving markdown files Signed-off-by: Cervenka Dusan <[email protected]> * Update the LICENSE file to allow correct license display on Github landing page --------- Signed-off-by: Cervenka Dusan <[email protected]> Co-authored-by: Michal Princ <[email protected]>
1 parent 32ce7f2 commit 7b7c55f

File tree

11 files changed

+247
-137
lines changed

11 files changed

+247
-137
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@ assignees: ''
77

88
---
99

10-
**Describe the bug**
10+
## Describe the bug
1111
<!--
1212
A clear and concise description of what the bug is.
1313
-->
1414

15-
**To Reproduce**
15+
## To Reproduce
1616
<!--
1717
Steps to reproduce the behavior:
1818
-->
1919

20-
**Expected behavior**
20+
## Expected behavior
2121
<!--
2222
A clear and concise description of what you expected to happen.
2323
-->
2424

25-
**Screenshots**
25+
## Screenshots
2626
<!--
2727
If applicable, add screenshots to help explain your problem.
2828
-->
2929

30-
**Desktop (please complete the following information):**
30+
## Desktop (please complete the following information)
3131

3232
- OS<!--[e.g. iOS]-->:
3333
- eRPC Version<!--[e.g. v1.9.0]-->:
3434

35-
**Steps you didn't forgot to do**
35+
## Steps you didn't forgot to do
3636

3737
- [ ] I checked if there is no related issue opened/closed.
3838
- [ ] I checked that there doesn't exist opened PR which is solving this issue.
3939

40-
**Additional context**
40+
## Additional context
4141
<!--
4242
Add any other context about the problem here.
4343
-->

.github/ISSUE_TEMPLATE/feature_request.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
10+
## Is your feature request related to a problem? Please describe
1111
<!--
1212
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1313
-->
1414

15-
**Describe the solution you'd like**
15+
## Describe the solution you'd like
1616
<!--
1717
A clear and concise description of what you want to happen.
1818
-->
1919

20-
**Describe alternatives you've considered**
20+
## Describe alternatives you've considered
2121
<!--
2222
A clear and concise description of any alternative solutions or features you've considered.
2323
-->
2424

25-
**Steps you didn't forgot to do**
25+
## Steps you didn't forgot to do
2626

2727
- [ ] I checked if there is no related issue opened/closed.
2828
- [ ] I checked that there doesn't exist opened PR which is solving this issue.
2929

30-
**Additional context**
30+
## Additional context
3131
<!--
3232
Add any other context or screenshots about the feature request here.
3333
-->

.github/ISSUE_TEMPLATE/question.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ assignees: ''
77

88
---
99

10-
**If you didn't find answer in existing open/closed issues you may ask here**
10+
## If you didn't find answer in existing open/closed issues you may ask here
1111
<!--
1212
A clear and concise description of what you want to ask.
1313
-->
1414

15-
**Steps you didn't forgot to do**
15+
## Steps you didn't forgot to do
1616

1717
- [ ] I checked if there is no related issue opened/closed.
1818
- [ ] I checked that there doesn't exist opened/closed PR which is solving this issue.

.github/PULL_REQUEST_TEMPLATE.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
# Pull request
22

3-
**Choose Correct**
3+
## Choose Correct
44

55
- [ ] bug
66
- [ ] feature
77

8-
**Describe the pull request**
8+
## Describe the pull request
99
<!--
1010
A clear and concise description of what the pull request is.
1111
-->
1212

13-
**To Reproduce**
13+
## To Reproduce
1414
<!--
1515
Steps to reproduce the behavior.
1616
-->
1717

18-
**Expected behavior**
18+
## Expected behavior
1919
<!--
2020
A clear and concise description of what you expected to happen.
2121
-->
2222

23-
**Screenshots**
23+
## Screenshots
2424
<!--
2525
If applicable, add screenshots to help explain your problem.
2626
-->
2727

28-
**Desktop (please complete the following information):**
28+
## Desktop (please complete the following information):
2929

3030
- OS<!--[e.g. iOS]-->:
3131
- eRPC Version<!--[e.g. v1.9.0]-->:
3232

33-
**Steps you didn't forgot to do**
33+
## Steps you didn't forgot to do
3434

3535
- [ ] I checked if other PR isn't solving this issue.
3636
- [ ] I read Contribution details and did appropriate actions.
3737
- [ ] PR code is tested.
3838
- [ ] PR code is formatted.
3939
- [ ] Allow edits from maintainers pull request option is set (recommended).
4040

41-
**Additional context**
41+
## Additional context
4242
<!--
4343
Add any other context about the problem here.
4444
-->

LICENSE

-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Copyright 2014-2016 Freescale Semiconductor, Inc.
2-
Copyright 2016-2024 NXP
3-
All rights reserved.
4-
51
The BSD 3 Clause License
62

73
Redistribution and use in source and binary forms, with or without
@@ -28,10 +24,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2824
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2925
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3026
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37-
SOFTWARE.

0 commit comments

Comments
 (0)