Skip to content

Commit ada0664

Browse files
committed
updates
1 parent 0df8c2f commit ada0664

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

doc/source/development/maintaining.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Triage members can label and close issues and pull requests.
2020
Core team members can label and close issues and pull request, and can merge
2121
pull requests.
2222

23+
GitHub publishes the full `list of permissions`_.
24+
2325
Tasks
2426
-----
2527

@@ -82,12 +84,14 @@ Here's a typical workflow for triaging a newly opened issue.
8284
We'll need a discussion from several pandas maintainers before deciding whether
8385
the proposal is in scope for pandas.
8486

85-
5. **Is this a usage qusetion?**
87+
5. **Is this a usage question?**
88+
89+
We prefer that usage questions are asked on StackOverflow with the pandas
90+
tag. https://stackoverflow.com/questions/tagged/pandas
8691

87-
We prefer that usage questions are asked on StackOverflow. If it's easy to
88-
answer, feel free to link to the relevant documentation section, let them
89-
know that in the future this kind of question should be on StackOverflow,
90-
and close the issue.
92+
If it's easy to answer, feel free to link to the relevant documentation section,
93+
let them know that in the future this kind of question should be on
94+
StackOverflow, and close the issue.
9195

9296
6. **What labels and milestones should I add?**
9397

@@ -134,7 +138,7 @@ and that's best done by ensuring that the quality of our open issues is high.
134138

135139
Occasionally, bugs are fixed but the issue isn't linked to in the Pull Request.
136140
In these cases, comment that "This has been fixed, but could use a test." and
137-
label the issue as "Good First Issue".
141+
label the issue as "Good First Issue" and "Needs Test".
138142

139143
If an older issue doesn't follow our issue template, edit the original post to
140144
include a minimal example, the actual output, and the expected output. Uniformity
@@ -169,4 +173,5 @@ being helpful on the issue tracker.
169173
The current list of core-team members is at
170174
https://github.com/pandas-dev/pandas-governance/blob/master/people.md
171175

172-
.. _governance documents: https://github.com/pandas-dev/pandas-governance
176+
.. _governance documents: https://github.com/pandas-dev/pandas-governance
177+
.. _list of permissions: https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization

0 commit comments

Comments
 (0)