Skip to content

Commit 64d38c8

Browse files
authored
docs(core): update templates (#566)
1 parent 01873dd commit 64d38c8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Report a bug.
33
labels: ["bug", "unconfirmed"]
44
assignees:
55
- jrriehl
6-
- lrahmani
6+
- Archento
77
body:
88
- type: markdown
99
attributes:
@@ -47,7 +47,7 @@ body:
4747
id: steps
4848
attributes:
4949
label: To Reproduce
50-
description: Provide steps to reproduce the issue.
50+
description: Provide steps to reproduce the issue. If possible provide a minimal reproducible example in code.
5151
validations:
5252
required: false
5353
- type: input
@@ -73,7 +73,7 @@ body:
7373
description: Include any relevant log snippets or files here. You can paste directly or drag and drop files into this area.
7474
render: shell
7575
validations:
76-
required: false
76+
required: false
7777
- type: textarea
7878
id: additional
7979
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Suggest an idea.
33
labels: ["enhancement", "unconfirmed"]
44
assignees:
55
- jrriehl
6-
- lrahmani
6+
- Archento
77
body:
88
- type: markdown
99
attributes:

.github/pull_request_template.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ _What type of change does this pull request make (put an `x` in the boxes that a
2020

2121
_Put an `x` in the boxes that apply:_
2222

23-
- [ ] I have read the [CONTRIBUTING](https://github.com/fetchai/uAgents/blob/main/CONTRIBUTING.md) guide
23+
- [ ] I have read the [CONTRIBUTING](https://github.com/fetchai/uAgents/blob/main/CONTRIBUTING.md) guide
2424
- [ ] Checks and tests pass locally
2525

2626
### If applicable
2727

2828
- [ ] I have added tests that prove my fix is effective or that my feature works
29-
- [ ] I have checked that code coverage does not decrease
30-
- [ ] I have added/updated the documentation
29+
- [ ] I have added/updated the documentation (executed the script in `python/scripts/generate_api_docs.py`)
3130

3231
## Further comments
3332

.github/workflows/pr-title-linting.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
core
3333
example
3434
integration
35+
experimental
3536
requireScope: true

0 commit comments

Comments
 (0)