Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify CLA field and Update Pull Request Template #4453

Merged
merged 2 commits into from
Nov 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ Closes #**ISSUE_NUMBER_HERE**
<td><b>Product Vertical</b></td>
</tr>
<tr>
<td>@Timothy-Kim</td>
<td>Data Infrastructure<br>Platform Infrastructure<br>Quality Infrastructure</td>
<td>@josh-mccrowell-braze</td>
<td>Monolith Deployments<br>Quality Infrastructure<br>Platform Infrastructure<br>Datalake<br>SDKs</td>
</tr>
<tr>
<td>@kelliehawks</td>
<td>Internal Tools<br>Product Partnerships<br>SDKs<br>SMS</td>
<td>Currents<br>Internal Tools<br>Product Partnerships<br>SMS<br>Customer Lifecycle, Identity and Permissions</td>
</tr>
<tr>
<td>@bre-fitzgerald</td>
<td>Channels<br>FIX<br>Intelligence<br>Reporting<br>SMB</td>
<td>Reporting<br>Intelligence<br>User Targeting<br>IAM<br>Channels<br>FIX</td>
</tr>
<tr>
<td>@lydia-xie</td>
<td>Email (Composition and Infrastructure)<br>Ingestion<br>Messaging</td>
<td>Ingestion<br>Core Objects<br>Core Messaging<br>Messaging and Automation<br>Email (Composition and Infrastructure)</td>
</tr>
</table>
</details>
2 changes: 1 addition & 1 deletion _docs/_docs_pages/cla.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Select one of the options below and sign as indicated. By signing, You accept an
<br /><br />
<label for="input_name"> Name ("You"):</label> <input type="text" value="" name="name" id="input_name" class="form-control" /> <br />
<label for="input_signature"> Signature:</label> <input type="text" value="" name="signature" id="input_signature" class="form-control" /> <br />
<label for="input_username"> GitHub Login:</label> <input type="text" value="" name="username" id="input_username" class="form-control" /> <br />
<label for="input_username"> GitHub Username:</label> <input type="text" value="" name="username" id="input_username" class="form-control" /> <br />
<label for="input_email"> Email:</label> <input type="email" value="" name="email" id="input_email" class="form-control" /> <br />
<label for="input_address"> Address:</label> <input type="text" value="" name="address" id="input_address" class="form-control" /> <br />

Expand Down