Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'next' of https://github.com/gecage952/ice into next
Browse files Browse the repository at this point in the history
  • Loading branch information
gecage952 committed Sep 17, 2020
2 parents 77863c1 + 401ea0b commit c73592b
Show file tree
Hide file tree
Showing 399 changed files with 193 additions and 75,301 deletions.
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -35,6 +35,7 @@ You do this by adding the `-s` flag when you make the commit(s), e.g.

## Making your changes

If you are not a committer on this project, please follow these steps to submit your changes:
* Fork the repository on GitHub.
* Create a new branch for your changes.
* Make your changes.
Expand All @@ -44,7 +45,19 @@ You do this by adding the `-s` flag when you make the commit(s), e.g.
* Use descriptive and meaningful commit messages.
* If you have a lot of commits, squash them into a single commit.
* Make sure you use the `-s` flag when committing as explained above.
* Push your changes to your branch in your forked repository.
* Push your changes to your branch in your forked repository and create a Pull Request.

## Code quality requirements

All submissions are reviewed for technical merit. In addition to a technical review, pull requests are reviewed for code quality to maintain a standard across the code base. This includes:
* Reviewing tests to understand the client-facing API of the submission and its general functionality.
* Insuring sufficient test coverage such that at least 80% (preferrably more) of the submission is executed by the tests.
* Insuring that the code satisfies basic quality metrics in a code quality tool (linter).
* Reviewing the general look and feel, including the format, of the submission.

Generated classes, including those from annotation processors, Lombok, and other tools, may not need to have unit tests.

The project committers reserve the right to ask for more tests and other improvements to quality for any submission.

## Submitting the changes

Expand Down
19 changes: 0 additions & 19 deletions ICE Build - Clean and Install.launch

This file was deleted.

18 changes: 0 additions & 18 deletions ICE Build - Initial Install.launch

This file was deleted.

1 change: 0 additions & 1 deletion org.eclipse.ice.aggregator/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions org.eclipse.ice.aggregator/.project

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions org.eclipse.ice.aggregator/Build ICE.launch

This file was deleted.

189 changes: 0 additions & 189 deletions org.eclipse.ice.aggregator/ICE.setup

This file was deleted.

28 changes: 0 additions & 28 deletions org.eclipse.ice.aggregator/about.html

This file was deleted.

0 comments on commit c73592b

Please sign in to comment.