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

Defining new templates for github issues #101

Open
wants to merge 1 commit into
base: feature/cleanup-for-new-infra
Choose a base branch
from
Open
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
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# What is the proposal of this pull request?
A clear and concise description of the main proposal of this pull request.

# What changes have been made?
Describe which types of changes (features, hotfixes, rewriten, etc) were made on macro classes.

# How to test this changes?
Describe the steps to test or a dictated explanation to test the changes (the main archives to edit and what to edit).

# References (screenshots, links, etc)

# Checklist
- [ ] I have performed a self review on my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have checked my code and corrected any misspellings
- [ ] My changes generated no new warnings

# Additional context
Add any other context or screenshots about this pull request here.