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

gocelery-129 Added a very basic contributing guide #130

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mezgerj
Copy link

@mezgerj mezgerj commented Dec 10, 2019

Added a basic contributing guide with install and setup instructions. Happy to tweak any wording or add detail where it is needed

@mezgerj
Copy link
Author

mezgerj commented Dec 10, 2019

Resolves 129

@yoonsio
Copy link
Member

yoonsio commented Dec 24, 2019

Thank you for the PR.
According to github community standard guidelines, it is recommended to have separate CONTRIBUTING.md file as well.
https://help.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors


* To get the latest changes from the forked repository [setup the upstream master](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork) and [sync](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork) often

### Installing for Local Development
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should document integration testing process instead of a local build. You can describe a process of running example/goworker/main.go and example/goclient/main.go to ensure things are working properly. Also test section should precede this section.

@@ -203,11 +203,6 @@ Celery Message Protocol Version 1

Please let us know if you use gocelery in your project!

## Contributing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a link to CONTRIBUTING.md

@@ -0,0 +1,35 @@
## Contributing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be named CONTRIBUTING.md

You are more than welcome to make any contributions.
Please create Pull Request for any changes.

### Fork the Repository
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be setting up development environment instead. You should also mention third party brokers/backends that need to be installed here.


### Running the tests

1. [Install Redis](https://redis.io/download)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be moved up as per earlier comment.

@yoonsio
Copy link
Member

yoonsio commented Jul 14, 2020

You should also squash your commits into one.

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

Successfully merging this pull request may close these issues.

None yet

2 participants