Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(core): update templates #566

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading