Skip to content

Commit

Permalink
Update PR template, remove .idea
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed May 14, 2018
1 parent 74d35b9 commit 7052f1a
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 370 deletions.
23 changes: 20 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Upstream Issue: (<TICKET>|"Upstream not required")
[Upstream PR: <PR>]
Issue: <TICKET>
JIRA: <WFLY>

Thanks for submitting your Pull Request!

Please make sure your PR meets the following requirements:
- [ ] Pull Request contains description of the issue(s)
- [ ] Pull Request does not include fixes for issues other than the main ticket
- [ ] Attached commits represent units of work and are properly formatted

For bigger changes, major and minor component upgrades make sure your PR also meets following requirements:
- [ ] Pull Request requires a change to the documentation
- [ ] Documentation have been updated accordingly
- [ ] Tests were added to cover changes

For new features ensure as well:
- [ ] Analysis was done
- [ ] Test Plan has been done
- [ ] Tests were verified in advance

If you are not an active contributor of the WildFly project you can request sponsorship by one of the members to help guide you through the process.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

target
.idea

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

16 changes: 0 additions & 16 deletions .idea/compiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__javax_ws_rs_jsr311_api_1_1_1.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__junit_junit_3_8_1.xml

This file was deleted.

29 changes: 0 additions & 29 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading

0 comments on commit 7052f1a

Please sign in to comment.