Skip to content

Commit 5c509ae

Browse files
authored
Merge pull request #166 from ricardozanini/update-pr-info
Clear communicate the need to open an issue or discussion before PRs
2 parents 94d767a + e397203 commit 5c509ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
If you have a web browser, you can get a fully pre-configured development environment in one click:
44

5-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/serverlessworkflow/serverlessworkflow.github.io)
5+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/serverlessworkflow/serverlessworkflow.github.io)

community.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ <h4 class="accordion__summary-content--header subtitle__large--greyish-brown ">
201201
</summary>
202202
<div class="accordion__content indented">
203203
<ol class="counter-blue mx-auto">
204-
<li>Open a PR with changes</li>
204+
<li><a href="https://github.com/serverlessworkflow/specification/issues" target="_blank">Open an issue</a> or <a href="https://github.com/serverlessworkflow/specification/discussions" target="_blank">start a discussion</a></li>
205+
<li><a href="https://github.com/serverlessworkflow/specification/pulls" target="_blank">Open a PR</a> with changes</li>
205206
<li>Communicate with reviewers to solve recommendations</li>
206207
</ol>
207208
</div>

0 commit comments

Comments
 (0)