-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Improvements to issue/PR labeling/management #346
Comments
Overall, lgtm, just a few comments!
I don't like this. The problem is often still there, so I don't think we should close stale issues automatically.
I'm not sure how well this will work - mostly because both Tim and I completely ignore the templates for issues right now anyway.
That's pretty cool! I think an inflow of contributors once we have work would be great. Representing at programming / Golang events also seems to work well as Tim has found.
This seems like too much standardization to me. In particular I don't think we can reasonably assign people work, since we'd be assigning free labor to work which feels a bit odd - especially since both Tim and I have somewhat of a financial incentive for the work (Tim using large parts of poly for bebop and I using large parts of poly for nanala's DNA design and sequencing pipelines). I think the priorities and the difficulty are quite useful though.
I think we did this a little bit but then fell apart because we didn't continuously put effort into it.
Honestly, my eyes kinda gloss over with more than one. Overall, I think a problem is that this can help solve is that the style of work Tim and I do are along the lines of "work really hard for a minute then fuck off for a while", so there are long-ish periods of essentially inactivity between spans of hectic activity, and this could help with that if we structure it right - especially if @carreter is willing to help triage in the in-between periods. I also think something that should be discussed more is the actual roadmap with people willing to do work. So far, development has largely been "ah shit, Keoni needs this one function" (me complaining to Tim about genbank format is literally how Poly got started). Which is great, because yay not only do I get functions I need but other people also maintain them (pure win), but also doesn't seem to be a great way to run a project in the longer-term. Mainly, I think there should be a little more focus on people (beyond Keoni and Tim) actually using the tools we build to do biology. I do think it is doable - we have some great and honestly unique synthetic biology functions - we just need to package them correctly and get em to the right people. |
Maybe label them
Couldn't hurt. I say let's do it. Sometimes more is actually more.
+1 Reminds me I'll be at GitHub universe this year as my first appearance at a mostly tech conference. Is there something we'd want to do for hacktober fest? I've also been considering running some in person stuff here in the Bay at Noisebridge since it'd be easy and near my house. Could maybe livestream it?
@Koeng101 assignments are more so devs know who's working on what so we don't have to worry about accidentally stepping on each other's toes. I'm for what @carreter has proposed.
It was actually more because GitHub used to not show anything about the repo in search except for "good first issues"
I think they're reasonable. My only concern is how easy will it be to maintain this style in practice. Good docs are key here.
I agree that we should be doing more to bring more devs and maintainers on board and I like what @carreter is proposing here. Better yet most of this can be easily changed if something needs to be tweaked so I say go for it! |
Sounds good to me!
I think just having it in place would be nice, I know I would definitely use it. It'd be pretty barebones, but just having something would encourage people to more explicitly document what they are changing, why they are changing it, and how they've tested it.
Yes!!! IRL
Makes sense. This is why I was suggesting triaging require assignment OR the I also have a financial incentive to contribute here 😉 I don't have much of a public portfolio yet and I'm going to be entering the full-time job market in a year or two 😅
This is always the issue with workflow changes, lol - only work as well as the amount of effort people are willing to put into it. This is why I offer to do the bulk of this administrative work.
Makes sense! I do have a tendency to overlabel things, lol
I work the same way! I blame my ADHD. And yes, absolutely willing to help triage the in-between periods - I think
We should definitely do a call to plan this out! I think something that might help is to change the messaging on |
Holy quotes batman. |
|
Yep, that's the plan! FYI, non-collaborators cannot currently assign themselves to an issue. Maybe we should change this?
Yep, absolutely. I'll be making a new section in |
Been meaning to change this for a while. GitHub doesn't have a setting for this but maybe a bot would be good for this? I think I remember seeing a github action or two that we may be able to use for this. |
Sounds good, will do! |
@TimothyStiles can I get access to change issue/PR templates? |
@carreter what type of access do you need? Can you change .github and make a PR to the templates? |
D'oh, let me try that first. |
Few more ideas @carreter.
|
If we do this, we should have a separate branch called Relatedly, we should probably start keeping a changelog. Opening up a separate issue for this. |
@TimothyStiles how did you set up the #github channel in the discord? Need to know so I can make that #help-wanted channel. |
This issue has had no activity in the past 2 months. Marking as |
@TimothyStiles How does the Will be working on the help-wanted webhook + workflow documentation today. |
Now that I am a collaborator on the repo and have access to do these things, I want to help organize the repo more and make it easier for new contributors to hop on and for existing contributors to see what needs to be worked on.
Issue/PR automations
I would like to set up a few different things to improve how we manage GitHub issues and PRs:
triage
labelhigh priority
,normal priority
, andlow priority
) to issuesstale
after 2 months of inactivityClosenot doing this per @Koeng101 's requeststale
issues after 1 month of inactivityAutomatically mark draft PRs with therealized this is redundantdraft
labelrelease
branch instead?)Help wanted discord channel that announces when a github issue is tagged with a help wanted label.This seems to be broken on Discord's end, I've submitted a bug report.CONTRIBUTING.md
#375Changes to our workflow
This will require some changes to our workflow that I will document in
CONTRIBUTING.md
:triage
) must be manually triaged by a collaborator on the repo to ensure they are properly labeledhigh priority
,normal priority
, orlow priority
), an assignee or thehelp wanted
label, one or more issue type(s) (bug
,enhancement
,documentation
.ux
,windows
,question
), and a difficulty (easy
,intermediate
, orhard
).triage
label could be automatically removed once the above conditions are satisfiedhelp wanted
orgood first issue
to encourage people to contribute.good first issue
is especially helpful in attracting newcomers!stale
issues and either assign them to someone to mark them aswontfix
Who is responsible for making sure these workflow changes happen?
The above tasks should be shared by all collaborators (currently: @TimothyStiles , @Koeng101 , and me - lmk if I'm forgetting anyone); I'm more than happy to take on the brunt of this since it was my idea! 😃
Open questions
These are mostly aimed at @TimothyStiles and @Koeng101 :
triage
label removed reasonable? For something to be considered triaged, I believe it should fulfill all of the following:help wanted
labelhigh priority
,normal priority
, orlow priority
)bug
,enhancement
,documentation
.ux
,windows
,question
)easy
,intermediate
, orhard
)Once y'all answer these questions, I'll go ahead and start this!
The text was updated successfully, but these errors were encountered: