Skip to content

Commit 9306c53

Browse files
committed
ci: Add Github issue, pull request templates
Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent 3e47925 commit 9306c53

File tree

6 files changed

+145
-0
lines changed

6 files changed

+145
-0
lines changed

.github/CODEOWNERS

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence,
5+
# @global-owner1 and @global-owner2 will be requested for
6+
# review when someone opens a pull request.
7+
* @FreeRTOS/pr-bar-raiser
8+
9+
# Order is important; the last matching pattern takes the most
10+
# precedence. When someone opens a pull request that only
11+
# modifies JS files, only @js-owner and not the global
12+
# owner(s) will be requested for a review.
13+
# *.c FreeRTOS/pr-bar-raiser
14+
15+
# You can also use email addresses if you prefer. They'll be
16+
# used to look up users just like we do for commit author
17+
# emails.
18+
19+
20+
# In this example, @doctocat owns any files in the build/logs
21+
# directory at the root of the repository and any of its
22+
# subdirectories.
23+
# /build/logs/ @doctocat
24+
25+
# The `docs/*` pattern will match files like
26+
# `docs/getting-started.md` but not further nested files like
27+
# `docs/build-app/troubleshooting.md`.
28+
29+
30+
# In this example, @octocat owns any file in an apps directory
31+
# anywhere in your repository.
32+
# apps/ @octocat
33+
34+
# In this example, @doctocat owns any file in the `/docs`
35+
# directory in the root of your repository and any of its
36+
# subdirectories.
37+
# /docs/ @doctocat
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve Arm Corstone-3xx FreeRTOS IoT
4+
Reference. Please use this for confirmed bugs only. If you suspect
5+
something it is best to first discuss it on the FreeRTOS forums linked
6+
below.
7+
title: "[BUG]"
8+
labels: bug
9+
assignees: ''
10+
11+
---
12+
13+
**Describe the bug**
14+
A concise description of what the bug is. If possible, that is the code is not
15+
proprietary, please upload the code in a [GitHub fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
16+
such that we can reproduce the bug.
17+
18+
**Host**
19+
- Host OS: [e.g. MacOS]
20+
- Version: [e.g. Mojave 10.14.6]
21+
22+
**To Reproduce**
23+
- Use project ... and configure with ...
24+
- Run on ... and could observe ...
25+
26+
**Expected behavior**
27+
A concise description of what you expected to happen.
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Additional context**
33+
Add any other context about the problem here.
34+
e.g. code snippet to reproduce the issue.
35+
e.g. stack trace, memory dump, debugger log, and many etc.
36+
37+
<!-- For general inquiries, please post in [FreeRTOS forum](https://forums.FreeRTOS.org) for community support. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: FreeRTOS Community Support Forum
4+
url: https://forums.freertos.org/
5+
about: Please ask and answer questions about Arm Corstone-3xx FreeRTOS IoT Reference here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Documentation issue
3+
about: Create a report to help us improve our documentation.
4+
title: "[DOC] "
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue**
11+
Please describe the issue and expected clarification in concise language.
12+
13+
**Reference**
14+
Please attach the URL at which you are experiencing the issue.
15+
16+
**Screenshot**
17+
If applicable, please attach screenshot.
18+
19+
**Browser**
20+
- Browser: [e.g. Chrome]
21+
- Version: [e.g. 80.0.3987.132]
22+
23+
<!-- For general inquiries, please post in [FreeRTOS forum](https://forums.FreeRTOS.org) for community support. -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: "[Feature Request] <replace with your title>"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is.
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've
18+
considered.
19+
20+
**Additional context**
21+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--- Title -->
2+
3+
Description
4+
-----------
5+
<!--- Describe your changes in detail. -->
6+
7+
Test Steps
8+
-----------
9+
<!-- Describe the steps to reproduce. -->
10+
11+
Checklist:
12+
----------
13+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
14+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
15+
- [ ] I have tested my changes. No regression in existing tests.
16+
- [ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request.
17+
18+
Related Issue
19+
-----------
20+
<!-- If any, please provide issue ID. -->
21+
22+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

0 commit comments

Comments
 (0)