Skip to content

Commit

Permalink
docs: add tidelift/security
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 25, 2021
1 parent bbf40d2 commit d710226
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
@@ -1,2 +1,3 @@
github: casperdcl
custom: https://caspersci.uk.to/donate
tidelift: pypi/tqdm
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: "FAQs and Known Issues"
- name: FAQs and Known Issues
url: https://github.com/tqdm/tqdm/#faq-and-known-issues
about: "Frequently asked questions and known issues"
about: Frequently asked questions and known issues
- name: "StackOverflow#tqdm"
url: https://stackoverflow.com/questions/tagged/tqdm
about: "Stack Overflow questions tagged #tqdm"
14 changes: 14 additions & 0 deletions .github/SECURITY.md
@@ -0,0 +1,14 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ----------- | ------------------ |
| >= 4.11.2 | :white_check_mark: |
| < 4.11.2 | :x: |

## Security contact information

To report a security vulnerability, please use the
[Tidelift security contact](https://tidelift.com/security).
Tidelift will coordinate the fix and disclosure.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -131,13 +131,12 @@ sanity-checking.

The tqdm repository managers should:

- follow the [Semantic Versioning](https://semver.org/) convention
- follow the [Semantic Versioning](https://semver.org) convention
- take care of this (instead of users) to avoid PR conflicts
solely due to the version file bumping

Note: tools can be used to automate this process, such as
[bumpversion](https://github.com/peritus/bumpversion) or
[python-semanticversion](https://github.com/rbarrois/python-semanticversion/).
[python-semanticversion](https://github.com/rbarrois/python-semanticversion).


## Checking setup.py
Expand Down

0 comments on commit d710226

Please sign in to comment.