• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.mvn/H14-May-2020-88

apitools/H14-May-2020-257,749141,453

ds/H14-May-2020-26,05519,270

features/org.eclipse.pde-feature/H14-May-2020-381327

releng/H14-May-2020-456416

tests-pom/H14-May-2020-2615

ua/H14-May-2020-34,12321,805

ui/H14-May-2020-351,976251,189

.gitignoreH A D14-May-2020117 1513

CONTRIBUTINGH A D14-May-20201.8 KiB5333

LICENSEH A D14-May-202013.9 KiB277228

NOTICEH A D14-May-2020992 3220

README.mdH A D14-May-20201.8 KiB6338

pom.xmlH A D14-May-20203.3 KiB8562

README.md

1Contributing to PDE - Plug-in development Environment
2=====================================================
3
4Thanks for your interest in this project.
5
6Project description:
7--------------------
8
9The PDE project the Eclipse tooling to develop plug-ins and OSGI bundles.
10Website: <https://www.eclipse.org/pde/>
11
12- <https://projects.eclipse.org/projects/eclipse.pde>
13
14How to contribute:
15--------------------
16Contributions to PDE are most welcome. There are many ways to contribute,
17from entering high quality bug reports, to contributing code or documentation changes.
18For a complete guide, see the [How to Contribute] [1] page on the team wiki.
19
20Developer resources:
21--------------------
22
23Information regarding source code management, builds, coding standards, and more.
24
25- <https://projects.eclipse.org/projects/eclipse.pde/developer>
26
27Contributor License Agreement:
28------------------------------
29
30Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
31
32- <http://www.eclipse.org/legal/CLA.php>
33
34
35Search for bugs:
36----------------
37
38This project uses Bugzilla to track ongoing development and issues.
39
40- <https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=PDE&query_format=advanced>
41
42Create a new bug:
43-----------------
44
45Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
46
47- <https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PDE;component=UI>
48
49Contact:
50--------
51
52Contact the project developers via the project's "dev" list.
53
54- <https://dev.eclipse.org/mailman/listinfo/pde-dev>
55
56License
57-------
58
59[Eclipse Public License (EPL) v1.0][2]
60
61[1]: https://wiki.eclipse.org/PDE/Contributor_Guide
62[2]: http://wiki.eclipse.org/EPL
63