-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create "Contributors" page to give credit. #12
Comments
You mean like contributors for the general stuff in App, not creators of Like, for example, we can put
|
Correct. Users that have contributed to the functionality of the app. We don't NEED to list their contributions, but we can if you want to. The members list (user_widgets) is for anyone that wants to contribute a widget. |
Use github API to load "assignees" from app repo |
Upon reviewing the API, the only way that I can see to possibly do this is to create a "team" and add any contributors to the team. The contributors URL is adding anyone that pushes to the repo. Maybe this is feature is not necessary? We could instead add a flag to their widgetinfo class. https://api.github.com/repos/Flutter-Buddies/App/contributors |
I like the idea of just flag on their widget. That's even more cool. I definitely vote for that |
I'm closing this and opening #30 |
We can even create a github team for the contributors to the app functionality and load their info through github api.
The text was updated successfully, but these errors were encountered: