Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 2.25 KB

CONTRIBUTING.md

File metadata and controls

57 lines (32 loc) · 2.25 KB

Thank you for letting me know. Here's an updated CONTRIBUTING.md file that includes information specific to EJS:


Contributing to AWS DataPipeline Manager

🎉 Thank you for your interest in contributing to AWS DataPipeline Manager! 🎉

We welcome contributions of any kind, whether it's bug reports, feature requests, documentation improvements, or code contributions. We strive to create an inclusive and welcoming environment for all contributors, and we appreciate your help in making this project better for everyone.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine.

  3. Install the project dependencies using npm install.

  4. Make your changes on a new branch.

  5. Test your changes thoroughly.

  6. Commit your changes with a descriptive commit message.

  7. Push your changes to your forked repository.

  8. Create a pull request against the main repository's main branch.

  9. Wait for the maintainers to review your changes.

  10. Celebrate your contribution! 🎉

Code Guidelines

  • We use ESLint to enforce our code style.
  • We use EJS for our view templates.

Issue Guidelines

  • Before opening a new issue, please search the existing issues to see if it has already been reported.
  • Please provide as much detail as possible in your issue report, including steps to reproduce the issue, relevant error messages, and any other information that may be helpful in resolving the issue.
  • If you are reporting a bug, please include a minimal, reproducible test case if possible.

Pull Request Guidelines

  • Please create a new branch for your pull request.
  • Your pull request should include tests to ensure that your changes work as intended.
  • Your pull request should follow the code guidelines outlined above.
  • Your pull request should include a description of the changes you have made and why you have made them.

Code of Conduct

Please note that we have a Code of Conduct in place to ensure that this project remains an inclusive and welcoming environment for all contributors.

License

By contributing to AWS DataPipeline Manager, you agree that your contributions will be licensed under the MIT License.