Skip to content
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

Add get_owner/get_owners method to project classes #88

Closed
lachmanfrantisek opened this issue Jun 26, 2019 · 5 comments
Closed

Add get_owner/get_owners method to project classes #88

lachmanfrantisek opened this issue Jun 26, 2019 · 5 comments
Assignees
Labels
area/github Related to GitHub implementation. good-first-issue Good for newcomers. kind/feature New feature or a request for enhancement. pagure Related to Pagure implementation.

Comments

@lachmanfrantisek
Copy link
Member

It would be useful to have a method for getting the owner(s) of the project.

If it is possible to have multiple owners, create get_owners and return list of strings.

@lachmanfrantisek lachmanfrantisek added kind/feature New feature or a request for enhancement. good-first-issue Good for newcomers. area/github Related to GitHub implementation. pagure Related to Pagure implementation. labels Jun 26, 2019
@shreyanshrs44
Copy link

Hi, I would like to work on this issue. From where I should start to work on this?

@lachmanfrantisek
Copy link
Member Author

It would be nice!

  • In case of Pagure, you need to get the info from the API:

  • In case of Github, we are working with pygithub objects:

  • Please, add also the method to the GitProject.

@marusinm
Copy link
Contributor

marusinm commented Jul 8, 2019

@shreyanshrs44 are you currently working on this issue? I opened #100 which includes also feature in this issue. I would provide a solution in one PR.

@marusinm
Copy link
Contributor

marusinm commented Jul 8, 2019

@shreyanshrs44 meanwhile I implemented this in #101 since I need this feature in another project.

From where I should start to work on this?

If you'll refactor my code It may be a nice showcase on how to start work on such issues.

@lachmanfrantisek
Copy link
Member Author

Already fixed in #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/github Related to GitHub implementation. good-first-issue Good for newcomers. kind/feature New feature or a request for enhancement. pagure Related to Pagure implementation.
Projects
None yet
Development

No branches or pull requests

3 participants