Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
132 lines (81 loc) · 9.48 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
132 lines (81 loc) · 9.48 KB

Contributing

Thank you for choosing to contribute to the AEM SPA Project Archetype, we really appreciate your time and effort! 😃🎊

The following are a set of guidelines for contributing to the project.

Contents

Code of Conduct

This project adheres to the Adobe Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to the team.

Ways of Contributing

There are many ways of contributing, from testing and reporting an issue to suggesting and coding full components or features. Below is a summary of some of the best ways to get involved.

Joining Feature Discussions 💭

You can add your voice to discussions around new and existing component features by:

  • Commenting on an RTC. New components and features that openly invite public comment are marked by an RTC (Request to Comment) label. We strongly encourage users of the AEM SPA Project Archetype to bring their own project experience to these issues, as there may be alternative use-cases or requirements that haven't yet been considered.

Reporting Bugs 🐛

Before Reporting a Bug

  • Have a quick search through the currently open bug reports to see if the issue has already been reported.
  • Ensure that the issue is repeatable and that the actual behavior versus the expected results can be easily described.
  • Check that the issue you are experiencing is related to the AEM SPA Project Archetype. It may be that the problem derives from AEM itself, typically editor code, rather than the AEM SPA Project Archetype. If you're not sure, then feel free to report the issue anyway and the committers will clarify for you. Issues in the product can be reported via Adobe Enterprise Support.

Filing a Bug

  1. Visit our issue tracker on GitHub.
  2. File a New Issue as a Bug Report.
  3. Ensure your issue follows the issue report guidelines.
  4. Thanks for the report! The committers will get back to you in a timely manner, typically within one week.

Requesting Features 🚀

Before Requesting a Feature

  • Have a quick search through the currently open enhancement and request to comment issues to see if the idea has already been suggested. If it has, you may still have a slightly different requirement that isn't covered, in which case, feel free to comment on the open issue.
  • Consider whether your requirement is generically useful rather than project-specific and would therefore benefit all users of the AEM SPA Project Archetype.

Requesting a Feature

  1. Visit our issue tracker on GitHub.
  2. File a New Issue as a Feature Request.
  3. Ensure your issue follows the issue report guidelines.
  4. Thanks for the feature request! The committers will get back to you in a timely manner, typically within one week.

Contributing Code 👾

High quality code is important to the project, and to keep it that way, all code submissions are reviewed by committers before being accepted. A close adherence to the guidelines below can help speed up the review process and increase the likelihood of the submission being accepted.

Before Contributing

Contributing

The project accepts contributions primarily using GitHub pull requests. This process:

  • Helps to maintain project quality
  • Engages the community in working towards commonly accepted solutions with peer review
  • Leads to a more meaningful and cleaner git history
  • Ensures sustainable code management

Creating a pull request involves creating a fork of the project in your personal space, adding your new code in a branch and triggering a pull request. Check the GitHub Using Pull Requests article on how to perform pull requests.

The title of the pull request typically matches that of the issue it fixes, see the issue report guidelines. Have a look at our pull request template to see what is expected to be included in the pull request description. The same template is available when the pull request is triggered.

Your first contribution

Would you like to contribute to the project but don't have an issue in mind? Or are still fairly unfamiliar with the code? Then have a look at our good first issues, they are fairly simple starter issues that should only require a small amount of code and simple testing.

Reviewing Code 👀

Reviewing others' code contributions is another great way to contribute - more eyes on the code help to improve its overall quality. To review a pull request, check the open pull requests for anything you can comment on.

Documenting 📜

We very much welcome issue reports or pull requests that improve our documentation pages. While the best effort is made to keep them error free, useful and up-to-date there are always things that could be improved.

Issue Report Guidelines

A well defined issue report will help in quickly understanding and replicating the problem faced, or the feature requested. Below are some guidelines on what to include when reporting an issue.

Title

  • Descriptive - Should be specific, well described and readable at a glance.
  • Concise - If the issue can't be easily described in a short title, then it is likely unfocused.
  • Keyword-rich - Including keywords can help with quickly finding the issue in the backlog. SPA-related issues can be prefixed with a bracketed label with the framework name, e.g. [React].

Bad title: App doesn't work

Good title: [React] NPM "start" script fails

Description

See our bug report template or feature request template for details on what is expected to be described. The same information is available when creating a new issue on GitHub.

Labels

Once an issue is reported, the project committers will assign it a relevant label. You can see our label list on GitHub to better understand what each label means.

Contributor License Agreement

By contributing your code to the Adobe Marketing Cloud Github Organisation you grant Adobe a non-exclusive, irrevocable, worldwide, royalty-free, sublicenseable, transferable license under all of Your relevant intellectual property rights (including copyright, patent, and any other rights), to use, copy, prepare derivative works of, distribute and publicly perform and display the Contributions on any licensing terms, including without limitation: (a) open source licenses like the Apache License, Version 2.0; and (b) binary, proprietary, or commercial licenses. Except for the licenses granted herein, You reserve all right, title, and interest in and to the Contribution.

You confirm that you are able to grant us these rights. You represent that You are legally entitled to grant the above license. If Your employer has rights to intellectual property that You create, You represent that You have received permission to make the Contributions on behalf of that employer, or that Your employer has waived such rights for the Contributions.

You represent that the Contributions are Your original works of authorship, and to Your knowledge, no other person claims, or has the right to claim, any right in any invention or patent related to the Contributions. You also represent that You are not legally obligated, whether by entering into an agreement or otherwise, in any way that conflicts with the terms of this license.

YOU ARE NOT EXPECTED TO PROVIDE SUPPORT FOR YOUR SUBMISSION, UNLESS AND EXCEPT TO THE EXTENT YOU CHOOSE TO DO SO. UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, THE SUBMISSION PROVIDED UNDER THIS AGREEMENT IS PROVIDED WITHOUT WARRANTY OF ANY KIND.