Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

First pass at adding a contributing section #138

Merged
merged 1 commit into from
Dec 18, 2018
Merged

Conversation

MattMSumner
Copy link
Contributor

@MattMSumner MattMSumner commented Dec 17, 2018

No description provided.

@MattMSumner MattMSumner force-pushed the mms-contributing branch 2 times, most recently from 8743cac to 34b58be Compare December 17, 2018 19:54
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
If you haven't already, create a [developer account] on hubspot. You'll want to
[create an app] and a [test account] as well. Then, create a new file, `.env` in
the root of the repo. Inside you'll need to add an [app id], a HubSpot user id,
an [api key] and an [oauth access token];
Copy link

@SViccari SViccari Dec 18, 2018

Choose a reason for hiding this comment

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

an [api key] and an [oauth access token]

Should this be an "or"? I believe only one means of authentication is necessary.

an [api key] and or an [oauth access token]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately not. For the test suite to pass you need both as we have tests that use both methods to authenticate.

Why:

We would like to make it easier for contributors to get started with the
code base and empower meaningful contributions.

This PR:

* Adds a ton of documentation to the Contributing section of the readme
  around testing newly added endpoints to the library.
* Changes the contributors section to link to the GitHub contributors
  page.
* Adds a `build` script for getting setup with the project a smoother
  experience.
* Adds a `.env.example` file to show what we expect a typical `.env` to
  look like.
@MattMSumner MattMSumner merged commit ece3931 into master Dec 18, 2018
@MattMSumner MattMSumner deleted the mms-contributing branch December 18, 2018 19:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants