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

chore(workflow/template): updating the template for making a PR #949

Closed
wants to merge 1 commit into from
Closed
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
43 changes: 39 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
Before you submit this PR, please make sure:
### Goal of this PR
<!-- Concise explanation of the objectives of this PR, focusing on the discovery and documentation of natives. -->

- You have read the contribution guidelines
- You include an example that validates your change
- Your English is grammatically correct
...

### How is this PR achieving the goal
<!-- Detailed description of the research conducted and the information about the natives. -->

...

### Natives Documented
<!-- List the natives documented in this PR, including their categories and names. -->

...

### Documentation Details
<!-- Include details about the documentation added for each native. -->

...

### Successfully Tested Examples
<!-- Detail any examples that have been added to demonstrate the usage of the documented natives. -->

- [ ] Examples provided have been tested and verified for accuracy.

### Documentation and Examples
<!-- Discuss the documentation and examples added to illustrate the use of the documented natives. -->

- [ ] Detailed descriptions have been provided for each native.
- [ ] Parameters and return values have been thoroughly explained.
- [ ] Usage examples have been included to demonstrate practical applications.

### Checklist
<!-- Mark all points with x that apply, i.e.: [x]. -->

- [ ] The documentation accurately reflects the functionality of the natives.
- [ ] My commit message clearly explains the purpose and content of the documentation.

### Addresses Research Questions
<!-- List any research questions or issues that this PR addresses. -->
Loading