Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.24 KB

CONTRIBUTING.md

File metadata and controls

45 lines (33 loc) · 2.24 KB

Contributing

There are many ways to contribute to our projects:

  • Report problems you've encountered and write new issues.
  • Resolve existing issues and pull requests. We accept pull request on GitLab.
  • Translate our projects on Weblate.
  • Create assets like emotes, logos, or other resources under Creative Commons.
  • Share our work with friends or on social media.

Beyond any particular project, it also means a lot to support individual team members, consider reviewing their profiles and see what else they're up to.

Finally, financial contributions are also appreciated:

Guidelines

License

All contributions must be released under the license of the project. For example, if a project is under the Apache 2.0 license, then the contribution must also be under the Apache 2.0 license.

Contributors don't have to sign a Contributor License Agreement (CLA). You're also welcome to denote your copyright in contributions, if you choose not to, you'll be covered by the generic "… and Contributors" terminology.

If you're making significant modifications to an existing file, you're encouraged to add your name and copyright to the license header at the top of the file. If creating new files, ensure you add the license header yourself with your name, and optionally a link or email address.

For example, the following notice should be added at the top of the file:

/*
 * Copyright <Year>-<Year> <Contributor Name> [Optional Link]
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */