Skip to content

Update PULL_REQUEST_TEMPLATE.md #2

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

Open
wants to merge 2 commits into
base: Android-x64_Android16.0_Vanilla_Edition_Main-dev
Choose a base branch
from
Open
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
104 changes: 75 additions & 29 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,101 @@

***

# Opening a pull request on this SNU IDE project
# Creating a pull request

Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.

Thank you for taking the time to open a PR in this SNU web ide project. Please fill out this form to complete the process of opening an issue:
**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.

#### General description

Please write a description with at least 75 characters in the following space. Limit: 8,196 characters
Provide a general summary of your changes in the Title above

```markdown
Your summary description (title) goes here
```
Your description goes here

## Description

Describe your changes in detail

```markdown
Your issue description (body) goes here
```

#### Reference Issue
<!-- Example: Fixes #1234 -->
## Related Issue

- [ ] This project only accepts pull requests related to open issues
- [ ] If suggesting a new feature or change, please discuss it in an issue first
- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
- [ ] Please link to the issue here:

```markdown
Link to the issue here, #__
```
add the link to the issue to the # below

## Motivation and Context

Why is this change required? What problem does it solve?

```markdown

```

#1 // Overwrite this line
## How Has This Been Tested?

What does your pull request do?
- [ ] Please describe in detail how you tested your changes.
- [ ] Include details of your testing environment, and the tests you ran to.
- [ ] see how your change affects other areas of the code, etc.

- [ ] Fixes a bug
- [ ] Adds a feature
- [ ] Fixes a security problem
- [ ] Fixes a typo
- [ ] Adds translation
## Screenshots (if appropriate):

### Versions
Please include the screenshots inside your pull request as well as a local link (hard copy)

What version are you using? (supported versions only)
**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)

```
Your description goes here
**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed

```markdown
Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section

![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
```

- [ ] I have filled out all fields
- [ ] I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
- [ ] I have confirmed this pull request isn't a duplicate
- [ ] I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
- [ ] I want my answer to be archived into the repository
## Types of changes

What types of changes does your code introduce? Put an `x` in all the boxes that apply:

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:

Go over all the following points, and put an `x` in all the boxes that apply.

If you're unsure about any of these, don't hesitate to ask. We're here to help!

- [ ] My source code (if source code is provided) follows the source code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] My change does not delete necessary files
- [ ] I have updated the documentation accordingly.
- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
- [ ] I have added tests to cover my changes.
- [ ] I have gone through all the steps, and have thoroughly read the instructions

***

<!-- Issue template info
File version: 1 (Tuesday, November 30th at 9:49 pm)
<!-- Template info

Pull request template

Version 1 (2022, Thursday, May 19th at 5:47 pm PST)

File type: Markdown document (*.md *.mkd *.mdown *.markdown)
Line count (including blank lines and compiler line): 53
File purpose: Serving as an issue template for this project.

Line count (including blank lines and compiler line): 102

!-->
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/Android-x64_Android16.0_Vanilla_Edition.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading