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 automated contributors #70

Open
ghutchis opened this issue Nov 24, 2023 · 4 comments
Open

Add automated contributors #70

ghutchis opened this issue Nov 24, 2023 · 4 comments
Labels
good first issue Good for newcomers

Comments

@ghutchis
Copy link
Member

We should use PyGitHub: https://github.com/PyGithub/PyGithub

  1. Get repository contributors API to:
  • openchemistry/avogadrolibs
  • openchemistry/avogadroapp
  • openchemistry/fragments
  • openchemistry/molecules
  • openchemistry/crystals
  • openchemistry/avogenerators
  • openchemistry/avogadro-commands
  • openchemistry/avogadro-cclib
  • cryos/avogadro
  1. Sort and eliminate duplicates
  2. Use the users API to get full names (where available)
  3. Add to https://two.avogadro.cc/contrib/credits.html with an include directive (e.g., https://myst-parser.readthedocs.io/en/latest/faq/index.html#include-rst-files-into-a-markdown-file)

Ideally, we'd want a separate list from Weblate for translators. (Some will be included above, but not all.)

@ASK-03
Copy link

ASK-03 commented Mar 4, 2024

Hi @ghutchis,
I noticed that this issue has been open for a while. I've reviewed the feedback you've provided in the pull request and feel confident to make the necessary changes. Would you be open to me making the necessary changes?

I will make the changes in KailinxGitHub's repository so that there commits are not lost.

@ghutchis
Copy link
Member Author

ghutchis commented Mar 4, 2024

I would suggest you create your own branch and pull from that branch, e.g.,

git checkout -b kailinxGitHub-main
git pull https://github.com/kailinxGitHub/two.avogadro.cc.git main

@ASK-03
Copy link

ASK-03 commented Mar 4, 2024

I would suggest you create your own branch and pull from that branch, e.g.,

git checkout -b kailinxGitHub-main git pull https://github.com/kailinxGitHub/two.avogadro.cc.git main

I have made the necessary change. Should I create a new pull request or update the existing one?

@ASK-03
Copy link

ASK-03 commented Mar 4, 2024

I am relatively new to GitHub Actions but I have created a workflow file for this. I can update it if you prefer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants