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 supporting documentation for the project #10

Merged
merged 3 commits into from
Jul 31, 2018
Merged

Conversation

peterkellydev
Copy link

  • Contributing guidelines including a code of conduct, issue and pull request templates, and a changelog.

  • Also updates the example yaml apps for rpm and debian to use the new endpoint

  • Updates version for the next release

@peterkellydev peterkellydev added the enhancement Pull requests for new features/feature enhancements label Jul 27, 2018
Copy link
Contributor

@pleshakov pleshakov left a comment

Choose a reason for hiding this comment

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

make produces nginx-asg-sync-0.1-2.amzn1.x86_64.rpm nginx-asg-sync-0.1-2.el7.x86_64.rpm nginx-asg-sync_0.2-1-trusty_amd64.deb nginx-asg-sync_0.2-1-xenial_amd64.deb

Please set the version of RPM packages in this line https://github.com/nginxinc/nginx-asg-sync/blob/master/build/package/rpm/SPECS/nginx-asg-sync.spec#L6

Also updates the example yaml apps for rpm and debian to use the new endpoint

Contributing guidelines including a code of conduct, issue and pull request templates, and a changelog.
### Git Style Guide

* Keep a clean, concise and meaningful git commit history on your branch, rebasing locally and squashing before submitting a PR
* Follow the guidelines of writing a good commit message as described here https://chris.beams.io/posts/git-commit/ and summarised in the next few points
Copy link
Contributor

Choose a reason for hiding this comment

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

here https://chris.beams.io/posts/git-commit/ and summarised in the next few points -> [here] (https://chris.beams.io/posts/git-commit/ and summarised in the next few points)

Copy link
Author

Choose a reason for hiding this comment

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

thanks @Dean-Coakley but I want the link to appear as it is


* Run `gofmt` over your code to automatically resolve a lot of style issues. Most editors support this running automatically when saving a code file.
* Run `go lint` and `go vet` on your code too to catch any other issues.
* Follow this guide on some good practice and idioms for Go - https://github.com/golang/go/wiki/CodeReviewComments
Copy link
Contributor

Choose a reason for hiding this comment

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

[this guide](https://github.com/golang/go/wiki/CodeReviewComments)

@Dean-Coakley
Copy link
Contributor

Made some small suggestions. I'm happy to get this merged with, or without them

@@ -3,7 +3,7 @@

Summary: NGINX Plus integration with AWS Auto Scaling groups
Name: nginx-asg-sync
Version: 0.1
Version: 0.2
Release: 2%{?dist}
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change Release: 2%{?dist} to Release: 1%{?dist}
as the current value produces nginx-asg-sync-0.2-2.el7.x86_64.rpm instead of nginx-asg-sync-0.2-1.el7.x86_64.rpm same for the package for Amazon linux

@peterkellydev peterkellydev merged commit f97663c into master Jul 31, 2018
@peterkellydev peterkellydev deleted the release-prep branch July 31, 2018 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Pull requests for new features/feature enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants