Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.78 KB

File metadata and controls

73 lines (49 loc) · 2.78 KB

Contributing to Azure Functions Template Repository

🎉 First off, thanks for taking the time to contribute! 🎉

The following is a set of guidelines for contributing to this repository. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table of Contents

  1. Code of Conduct
  2. How Can I Contribute?
  3. Development Setup
  4. Style Guides
  5. Additional Resources

Code of Conduct

This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [INSERT EMAIL].

How Can I Contribute?

Reporting Bugs

This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.

Before creating a bug report, please check the issue tracker to see if the issue has already been reported.

How to Submit a Bug Report

  • Use a clear and descriptive title for the issue.
  • Describe the steps to reproduce the problem.
  • Explain the behavior you expected to see.
  • Describe the behavior you actually saw.
  • Include any relevant logs or screenshots.

Suggesting Enhancements

This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality.

How to Suggest an Enhancement

  • Use a clear and descriptive title for the issue.
  • Provide a detailed description of the enhancement.
  • Explain why this enhancement would be useful.
  • Include any relevant examples or mockups.

Submitting Pull Requests

The process described here has several goals:

  • Maintain the quality of the codebase.
  • Fix problems that are important to users.
  • Engage the community in working together.

Pull Request Process

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Test your changes.
  5. Commit your changes: git commit -m 'Add feature-name'.
  6. Push to the branch: git push origin feature-name.
  7. Open a pull request.

Note: Be sure to merge the latest from "main" before making a pull request.

Development Setup

To get started with the project, follow the steps mentioned in README.