Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Clarify that Tink moved to github.com/tink-crypto in GitHub template …
Browse files Browse the repository at this point in the history
…files and disable blank issues

PiperOrigin-RevId: 595405352
  • Loading branch information
morambro authored and copybara-github committed Jan 3, 2024
1 parent fe59727 commit 644ac39
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 90 deletions.
68 changes: 18 additions & 50 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,23 @@ about: Create a report to help us improve Tink

---

> **NOTE**: **Tink is moving to github.com/tink-crypto!**
> **NOTE**: **Tink moved to github.com/tink-crypto!**
>
> We are in the process of splitting Tink into multiple focused repositories.
> Please create this bug report in the appropriate repository in
> github.com/tink-crypto:
> We split Tink into multiple focused repositories.
> Please create this issue in the appropriate repository in
> github.com/tink-crypto instead:
>
> * [Tink Java](https://github.com/tink-crypto/tink-java/issues)
> * [Tink Java AWS KMS extension](https://github.com/tink-crypto/tink-java-awskms/issues)
> * [Tink Java Google Cloud KMS extension](https://github.com/tink-crypto/tink-java-gcpkms/issues)
> * [Tink Java apps extension](https://github.com/tink-crypto/tink-java-apps/issues)
> * [Tink C++](https://github.com/tink-crypto/tink-cc/issues)
> * [Tink C++ AWS KMS extension](https://github.com/tink-crypto/tink-cc-awskms/issues)
> * [Tink C++ Google Cloud KMS extension](https://github.com/tink-crypto/tink-cc-gcpkms/issues)
> * [Tink Go](https://github.com/tink-crypto/tink-go/issues)
> * [Tink Go AWS KMS extension](https://github.com/tink-crypto/tink-go-awskms/issues)
> * [Tink Go Google Cloud KMS extension](https://github.com/tink-crypto/tink-go-gcpkms/issues)
> * [Tink Go HashiCorp Vault KMS extension](https://github.com/tink-crypto/tink-go-hcvault/issues)
> * [Tink Python](https://github.com/tink-crypto/tink-py/issues)
> * [Tink Tinkey](https://github.com/tink-crypto/tink-tinkey/issues)
>
**Help us help you**

We'd like to know more about
[your Tink deployment](https://docs.google.com/forms/d/1mhHvyNJQgTXFDnqOermB7-BD8GQSyvtFPUAhILRbYcA/).

**Describe the bug:**

Provide a clear and concise description of the bug.

**What was the expected behavior?**

Describe what you expected to happen.

**How can we reproduce the bug?**

Include buildable code snippets or gists which triggered the bug.

**Do you have any debugging information?**

If applicable, include error messages, stack traces, or any other debugging
information.

**Provide your version information:**

- Language: (such as Java or Python)
- Version: (for example, 1.2.0)
- Environment: (such as JDK 8, Python3.7, iPhone 11, or Android M)

**Is there anything else you'd like to add?**

Provide any additional context about the problem.
> * [Tink Java](https://github.com/tink-crypto/tink-java/issues/new?template=bug_report.md)
> * [Tink Java AWS KMS extension](https://github.com/tink-crypto/tink-java-awskms/issues/new?template=bug_report.md)
> * [Tink Java Google Cloud KMS extension](https://github.com/tink-crypto/tink-java-gcpkms/issues/new?template=bug_report.md)
> * [Tink Java apps extension](https://github.com/tink-crypto/tink-java-apps/issues/new?template=bug_report.md)
> * [Tink C++](https://github.com/tink-crypto/tink-cc/issues/new?template=bug_report.md)
> * [Tink C++ AWS KMS extension](https://github.com/tink-crypto/tink-cc-awskms/issues/new?template=bug_report.md)
> * [Tink C++ Google Cloud KMS extension](https://github.com/tink-crypto/tink-cc-gcpkms/issues/new?template=bug_report.md)
> * [Tink Go](https://github.com/tink-crypto/tink-go/issues/new?template=bug_report.md)
> * [Tink Go AWS KMS extension](https://github.com/tink-crypto/tink-go-awskms/issues/new?template=bug_report.md)
> * [Tink Go Google Cloud KMS extension](https://github.com/tink-crypto/tink-go-gcpkms/issues/new?template=bug_report.md)
> * [Tink Go HashiCorp Vault KMS extension](https://github.com/tink-crypto/tink-go-hcvault/issues/new?template=bug_report.md)
> * [Tink Objc](https://github.com/tink-crypto/tink-objc/issues/new?template=bug_report.md)
> * [Tink Python](https://github.com/tink-crypto/tink-py/issues/new?template=bug_report.md)
> * [Tink Tinkey](https://github.com/tink-crypto/tink-tinkey/issues/new?template=bug_report.md)
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
58 changes: 18 additions & 40 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,24 @@ about: Suggest an idea for Tink

---

> **NOTE**: **Tink is moving to github.com/tink-crypto!**
> **NOTE**: **Tink moved to github.com/tink-crypto!**
>
> We are in the process of splitting Tink into multiple focused repositories.
> Please create this feature request in the appropriate repository in
> github.com/tink-crypto:
> We split Tink into multiple focused repositories.
> Please create this issue in the appropriate repository in
> github.com/tink-crypto instead:
>
> * [Tink Java](https://github.com/tink-crypto/tink-java/issues)
> * [Tink Java AWS KMS extension](https://github.com/tink-crypto/tink-java-awskms/issues)
> * [Tink Java Google Cloud KMS extension](https://github.com/tink-crypto/tink-java-gcpkms/issues)
> * [Tink Java apps extension](https://github.com/tink-crypto/tink-java-apps/issues)
> * [Tink C++](https://github.com/tink-crypto/tink-cc/issues)
> * [Tink C++ AWS KMS extension](https://github.com/tink-crypto/tink-cc-awskms/issues)
> * [Tink C++ Google Cloud KMS extension](https://github.com/tink-crypto/tink-cc-gcpkms/issues)
> * [Tink Go](https://github.com/tink-crypto/tink-go/issues)
> * [Tink Go AWS KMS extension](https://github.com/tink-crypto/tink-go-awskms/issues)
> * [Tink Go Google Cloud KMS extension](https://github.com/tink-crypto/tink-go-gcpkms/issues)
> * [Tink Go HashiCorp Vault KMS extension](https://github.com/tink-crypto/tink-go-hcvault/issues)
> * [Tink Python](https://github.com/tink-crypto/tink-py/issues)
> * [Tink Tinkey](https://github.com/tink-crypto/tink-tinkey/issues)
**Help us help you**

Tell us more about
[your Tink deployment](https://docs.google.com/forms/d/1mhHvyNJQgTXFDnqOermB7-BD8GQSyvtFPUAhILRbYcA/).

**Is your feature request related to a problem?**

If so, provide a description of the problem.

**What sort of feature would you like to see?**

Describe your feature request. Or, how can we help solve the problem you noted
above?

**Have you considered any alternative solutions?**

Provide an explanation of any alternate requests or solutions and why your
request is preferable.

**Would you like to add additional context?**

Provide any other context about the feature request.
> * [Tink Java](https://github.com/tink-crypto/tink-java/issues/new?template=feature_request.md)
> * [Tink Java AWS KMS extension](https://github.com/tink-crypto/tink-java-awskms/issues/new?template=feature_request.md)
> * [Tink Java Google Cloud KMS extension](https://github.com/tink-crypto/tink-java-gcpkms/issues/new?template=feature_request.md)
> * [Tink Java apps extension](https://github.com/tink-crypto/tink-java-apps/issues/new?template=feature_request.md)
> * [Tink C++](https://github.com/tink-crypto/tink-cc/issues/new?template=feature_request.md)
> * [Tink C++ AWS KMS extension](https://github.com/tink-crypto/tink-cc-awskms/issues/new?template=feature_request.md)
> * [Tink C++ Google Cloud KMS extension](https://github.com/tink-crypto/tink-cc-gcpkms/issues/new?template=feature_request.md)
> * [Tink Go](https://github.com/tink-crypto/tink-go/issues/new?template=feature_request.md)
> * [Tink Go AWS KMS extension](https://github.com/tink-crypto/tink-go-awskms/issues/new?template=feature_request.md)
> * [Tink Go Google Cloud KMS extension](https://github.com/tink-crypto/tink-go-gcpkms/issues/new?template=feature_request.md)
> * [Tink Go HashiCorp Vault KMS extension](https://github.com/tink-crypto/tink-go-hcvault/issues/new?template=feature_request.md)
> * [Tink Objc](https://github.com/tink-crypto/tink-objc/issues/new?template=feature_request.md)
> * [Tink Python](https://github.com/tink-crypto/tink-py/issues/new?template=feature_request.md)
> * [Tink Tinkey](https://github.com/tink-crypto/tink-tinkey/issues/new?template=feature_request.md)

0 comments on commit 644ac39

Please sign in to comment.