diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 40b92d2..6f8bfea 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 - +## 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 *** - diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Android-x64_Android16.0_Vanilla_Edition.iml b/.idea/Android-x64_Android16.0_Vanilla_Edition.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/Android-x64_Android16.0_Vanilla_Edition.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml new file mode 100644 index 0000000..f5a2789 --- /dev/null +++ b/.idea/caches/deviceStreaming.xml @@ -0,0 +1,840 @@ + + + + + + \ No newline at end of file diff --git a/.idea/deviceManager.xml b/.idea/deviceManager.xml new file mode 100644 index 0000000..12625b6 --- /dev/null +++ b/.idea/deviceManager.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..bce2b3f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 5566f9b..1960c87 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +[.github](.github) *** # Android x64 project