Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.5 KB

Reusable Workflow Templates

This repository is designed to container workflow templates that can be called by other applications for their CI/CD processes for easy readability and reusability.

Table Of Contents

Actions

Workflows

Contributing Code

We welcome pull requests from anyone who wants to improve this project. Here are the steps you need to follow:

  1. Fork the repository to your own GitHub account.
  2. Create a new branch for your changes.
  3. Make your changes in your branch.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the develop repository.

When creating your pull request, please make sure to include a detailed description of your changes and any relevant information. Also, please ensure that your code follows our coding standards and is properly tested.

Reporting Bugs

If you encounter a bug in the project, please submit a bug report. Here's what you need to do:

  1. Check if the bug has already been reported by searching the existing issues in the repository.
  2. If the bug has not been reported, create a new issue and provide a detailed description of the bug, including steps to reproduce it.
  3. If the bug has been reported, please add any additional information or comments that may be helpful in resolving the issue.

We appreciate your help in making this project better!