Show More
@@ -0,0 +1,17 b'' | |||
|
1 | special: | |
|
2 | everyone: | |
|
3 | can: | |
|
4 | - say | |
|
5 | - tag | |
|
6 | - untag | |
|
7 | - close | |
|
8 | config: | |
|
9 | tag: | |
|
10 | only: | |
|
11 | - async/await | |
|
12 | - backported | |
|
13 | - help wanted | |
|
14 | - documentation | |
|
15 | - notebook | |
|
16 | - tab-completion | |
|
17 | - windows |
@@ -1,3 +1,32 b'' | |||
|
1 | ## Triaging Issues | |
|
2 | ||
|
3 | On the IPython repository we strive to trust users and give them responsibility. | |
|
4 | By using one of our bot, any user can close issues, add and remove | |
|
5 | labels by mentioning the bot and asking it to do things on your behalf. | |
|
6 | ||
|
7 | To close and issue (or PR), even if you did not create it, use the following: | |
|
8 | ||
|
9 | > @meeseeksdev close | |
|
10 | ||
|
11 | This command can be in the middle of another comments, but must start on its | |
|
12 | own line. | |
|
13 | ||
|
14 | To add labels to an issue, ask the bot to `tag` with a comma separated list of | |
|
15 | tags to add: | |
|
16 | ||
|
17 | > @meeseeksdev tag windows, documentation | |
|
18 | ||
|
19 | Only already pre-created tags can be added, and the list is so far limited to | |
|
20 | `async/await`, `backported`, `help wanted`, `documentation`, `notebook`, | |
|
21 | `tab-completion`, `windows` | |
|
22 | ||
|
23 | To remove a label, use the `untag` command: | |
|
24 | ||
|
25 | > @meeseeksdev untag windows, documentation | |
|
26 | ||
|
27 | e'll be adding additional capabilities for the bot and will share them here | |
|
28 | when they are ready to be used. | |
|
29 | ||
|
1 | 30 | ## Opening an Issue |
|
2 | 31 | |
|
3 | 32 | When opening a new Issue, please take the following steps: |
@@ -11,8 +40,8 b' When opening a new Issue, please take the following steps:' | |||
|
11 | 40 | |
|
12 | 41 | python -c "import IPython; print(IPython.sys_info())" |
|
13 | 42 | |
|
14 | And include any relevant package versions, depending on the issue, | |
|
15 |
|
|
|
43 | And include any relevant package versions, depending on the issue, such as | |
|
44 | matplotlib, numpy, Qt, Qt bindings (PyQt/PySide), tornado, web browser, etc. | |
|
16 | 45 | |
|
17 | 46 | ## Pull Requests |
|
18 | 47 |
General Comments 0
You need to be logged in to leave comments.
Login now