forked from jaredhanson/passport
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README/CONTRIBUTING and github templates closes #13
* Updated README and CONTRIBUTING to explain differences between passport and passport-next #13 @rwky * Updated github templates to reflect passport-next policies
- Loading branch information
Showing
5 changed files
with
56 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
** READ THIS FIRST! ** | ||
|
||
#### Are you looking for help? | ||
|
||
Issues should only be filed in this project once they are able to be reproduced | ||
and confirmed as a flaw in the software or incorrect information in associated | ||
documention. | ||
|
||
If you are encountering problems integrating this module into your application, | ||
please post a question on the [discussion forum](https://github.com/passport/discuss) | ||
rather than filing an issue. | ||
|
||
#### Is this a security issue? | ||
|
||
Do not open issues that might have security implications. Potential security | ||
vulnerabilities should be reported privately to [email protected]. Once any | ||
vulerabilities have been repaired, the details will be disclosed publicly in a | ||
responsible manner. This also allows time for coordinating with affected parties | ||
in order to mitigate negative consequences. | ||
|
||
If you discover a security issue please create an issue stating you've discovered a security | ||
issue but don't divulge the issue, one of the maintainers will respond with an email address | ||
you can send the details to. Once the issue has been patched the details can be made public. | ||
|
||
<!-- Provide a brief summary of the issue in the title field above. --> | ||
|
||
|
@@ -44,4 +31,4 @@ in order to mitigate negative consequences. | |
|
||
* Operating System: | ||
* Node version: <!-- $ node -v --> | ||
* passport version: <!-- $ npm list passport --> | ||
* passport version: <!-- $ npm list @passport-next/passport --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
** READ THIS FIRST! ** | ||
|
||
#### Are you implementing a new feature? | ||
|
||
Requests for new features should first be discussed on the [discussion forum](https://github.com/passport/discuss). | ||
This allows the community to gather feedback and assess whether or not there is | ||
an existing way to achieve the desired functionality. | ||
|
||
If it is determined that a new feature needs to be implemented, include a link | ||
to the relevant discussion along with the pull request. | ||
|
||
#### Is this a security patch? | ||
|
||
Do not open pull requests that might have security implications. Potential | ||
security vulnerabilities should be reported privately to [email protected]. | ||
Once any vulerabilities have been repaired, the details will be disclosed | ||
publicly in a responsible manner. This also allows time for coordinating with | ||
affected parties in order to mitigate negative consequences. | ||
|
||
If you discover a security issue please create an issue stating you've discovered a security | ||
issue but don't divulge the issue, one of the maintainers will respond with an email address | ||
you can send the details to. Once the issue has been patched the details can be made public. | ||
|
||
<!-- Provide a brief summary of the request in the title field above. --> | ||
|
||
|
@@ -34,4 +22,4 @@ affected parties in order to mitigate negative consequences. | |
- [ ] I have added test cases which verify the correct operation of this feature or patch. | ||
- [ ] I have added documentation pertaining to this feature or patch. | ||
- [ ] The automated test suite (`$ make test`) executes successfully. | ||
- [ ] The automated code linting (`$ make lint`) executes successfully. | ||
- [ ] The automated code linting (`$ npm run-script lint`) executes successfully. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters