File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Report a bug.
3
3
labels : ["bug", "unconfirmed"]
4
4
assignees :
5
5
- jrriehl
6
- - lrahmani
6
+ - Archento
7
7
body :
8
8
- type : markdown
9
9
attributes :
47
47
id : steps
48
48
attributes :
49
49
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.
51
51
validations :
52
52
required : false
53
53
- type : input
73
73
description : Include any relevant log snippets or files here. You can paste directly or drag and drop files into this area.
74
74
render : shell
75
75
validations :
76
- required : false
76
+ required : false
77
77
- type : textarea
78
78
id : additional
79
79
attributes :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Suggest an idea.
3
3
labels : ["enhancement", "unconfirmed"]
4
4
assignees :
5
5
- jrriehl
6
- - lrahmani
6
+ - Archento
7
7
body :
8
8
- type : markdown
9
9
attributes :
Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ _What type of change does this pull request make (put an `x` in the boxes that a
20
20
21
21
_ Put an ` x ` in the boxes that apply:_
22
22
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
24
24
- [ ] Checks and tests pass locally
25
25
26
26
### If applicable
27
27
28
28
- [ ] 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 ` )
31
30
32
31
## Further comments
33
32
Original file line number Diff line number Diff line change 32
32
core
33
33
example
34
34
integration
35
+ experimental
35
36
requireScope : true
You can’t perform that action at this time.
0 commit comments