#๐Ÿ”’ Efficient use of github/git for Github contributions.

7 messages ยท Page 1 of 1 (latest)

opal knot
#

Hello, This is not just a general questions I have for OSC for github.
What do you generally do when you contribute to github. Like there are non-spoken rule to git pull when you want to push your work to github.

fast locustBOT
#

@opal knot

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

orchid ridge
#

most big projects have guidelines documenting the major points you need to know

overall just

  • make sure your code follows style guidelines
  • never create a PR without first having an issue that discusses the problem the PR will address
    • (it could either be a bug/feature request opened by someone else or by yourself, but you'll always want to have an issue about it)
  • expect for the maintainer to reviews and request moderate changes before merging
opal knot
#

and lets say you are doing you work which took good amount of time, till then ofc repo would have some merges or some commits. so you pulll all changes before pushing?

fast locustBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.