This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 9633043  Fix links in Issue and PR Template (#5186)
9633043 is described below

commit 96330437d63b5291a020d8a2ba1b401f2cc84ab5
Author: Dan Klco <[email protected]>
AuthorDate: Fri Dec 17 10:21:05 2021 -0500

    Fix links in Issue and PR Template (#5186)
    
    * Fixing links to the openwhisk website
    
    * Fixing a link to the style guide as well
---
 .github/ISSUE_TEMPLATE.md        | 2 +-
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index c0d1891..6fbdd42 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,5 +1,5 @@
 <!--
-We use the issue tracker for bugs and feature requests. For general questions 
and discussion please use http://slack.openwhisk.org/ or 
https://openwhisk.apache.org/contact.html instead.
+We use the issue tracker for bugs and feature requests. For general questions 
and discussion please use https://openwhisk.apache.org/slack.html or 
https://openwhisk.apache.org/community.html instead.
 
 Do NOT share passwords, credentials or other confidential information.
 
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index cb7a84a..1d45d8f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -36,7 +36,7 @@
 <!--- Please review the points below which help you make sure you've covered 
all aspects of the change you're making. -->
 
 - [ ] I signed an [Apache 
CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md).
-- [ ] I reviewed the [style 
guides](https://github.com/apache/openwhisk/wiki/Contributing:-Git-guidelines#code-readiness)
 and followed the recommendations (Travis CI will check :).
+- [ ] I reviewed the [style 
guides](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#coding-standards)
 and followed the recommendations (Travis CI will check :).
 - [ ] I added tests to cover my changes.
 - [ ] My changes require further changes to the documentation.
 - [ ] I updated the documentation where necessary.

Reply via email to