mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00

Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io> Co-authored-by: Sebastian Zarnekow <Sebastian.Zarnekow@gmail.com>
28 lines
No EOL
1.2 KiB
Markdown
28 lines
No EOL
1.2 KiB
Markdown
# Contributing to Eclipse Xtext
|
|
|
|
Thanks for your interest in this project.
|
|
|
|
## Project description
|
|
|
|
Xtext is a framework for development of programming languages and domain-specific languages.
|
|
With Xtext you define your language using a powerful grammar language.
|
|
As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse,
|
|
any editor that supports the Language Server Protocol and your favorite web browser.
|
|
|
|
* https://xtext.org
|
|
|
|
## Eclipse Contributor Agreement
|
|
|
|
Before your contribution can be accepted by the project team contributors must
|
|
electronically sign the Eclipse Contributor Agreement (ECA).
|
|
|
|
* http://www.eclipse.org/legal/ECA.php
|
|
|
|
Commits that are provided by non-committers must have a Signed-off-by field in
|
|
the footer indicating that the author is aware of the terms by which the
|
|
contribution has been provided to the project. The non-committer must
|
|
additionally have an Eclipse Foundation account and must have a signed Eclipse
|
|
Contributor Agreement (ECA) on file.
|
|
|
|
For more information, please see the Eclipse Committer Handbook:
|
|
https://www.eclipse.org/projects/handbook/#resources-commit |