Skip to content

Commit

Permalink
docs(core): update templates (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archento authored Oct 23, 2024
1 parent 01873dd commit 64d38c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Report a bug.
labels: ["bug", "unconfirmed"]
assignees:
- jrriehl
- lrahmani
- Archento
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -47,7 +47,7 @@ body:
id: steps
attributes:
label: To Reproduce
description: Provide steps to reproduce the issue.
description: Provide steps to reproduce the issue. If possible provide a minimal reproducible example in code.
validations:
required: false
- type: input
Expand All @@ -73,7 +73,7 @@ body:
description: Include any relevant log snippets or files here. You can paste directly or drag and drop files into this area.
render: shell
validations:
required: false
required: false
- type: textarea
id: additional
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Suggest an idea.
labels: ["enhancement", "unconfirmed"]
assignees:
- jrriehl
- lrahmani
- Archento
body:
- type: markdown
attributes:
Expand Down
5 changes: 2 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ _What type of change does this pull request make (put an `x` in the boxes that a

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

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

### If applicable

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

## Further comments

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-title-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
core
example
integration
experimental
requireScope: true

0 comments on commit 64d38c8

Please sign in to comment.