Skip to content

Commit

Permalink
Merge pull request #383 from Miciah/fix-Bugzilla-link-and-add-GitHub-…
Browse files Browse the repository at this point in the history
…issue-template-config

Fix Bugzilla link and add GitHub issue template configuration
  • Loading branch information
openshift-merge-robot committed Apr 2, 2020
2 parents 963eb01 + 16ea3de commit 3fa3bae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
contact_links:
- name: File a Bugzilla report
url: https://bugzilla.redhat.com/enter_bug.cgi?product=OpenShift%20Container%20Platform&component=Routing
about: Please use Bugzilla to report issues.
- name: Ingress Operator in OpenShift Container Platform
url: https://docs.openshift.com/container-platform/latest/networking/ingress-operator.html
about: Refer to the OpenShift Container Platform documentation for information about the Ingress Operator in OpenShift Container Platform.
- name: Ingress Operator in OKD
url: https://docs.okd.io/latest/networking/ingress-operator.html
about: Refer to the OKD documentation for information about the Ingress Operator in OKD.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ $ oc describe --namespace=openshift-ingress-operator ingresscontroller/<name>

## Contributing

Report issues in [Bugzilla](https://bugzilla.redhat.com/enter_bug.cgi?product=OpenShift%20Container%20Platform&version=4.0.0&component=Routing).
Report issues in [Bugzilla](https://bugzilla.redhat.com/enter_bug.cgi?product=OpenShift%20Container%20Platform&component=Routing).

See [HACKING.md](HACKING.md) for development topics.

0 comments on commit 3fa3bae

Please sign in to comment.