PHPSocialNetwork/phpfastcache

View on GitHub
.github/ISSUE_TEMPLATE/feature-request.yml

Summary

Maintainability
Test Coverage
name: "Request a feature"
title: "<NAME THE FEATURE>"
description: Suggest an idea for Phpfastcache
labels: ["Needs triage 🔎"]
assignees: ["Geolim4"]
body:
  - type: markdown
    attributes:
      value: |
        ### Before you start

        **Are you looking for development help?**
        ↩ Please note that we cannot provide assistance on web development. We recommend asking around on a dedicated help forum like StackOverflow.

        ### Issue etiquette
        
        When opening an feature request, please:
        - Follow the project's [Code of Conduct](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/CODE_OF_CONDUCT.md) as well as the [GitHub Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines).
        - Check for an [existing feature request](https://github.com/PHPSocialNetwork/phpfastcache/issues) first. If someone else has opened a similar feature request, please upvote their feature request rather than creating another one.
        - Keep suggestions relevant to the project. Irrelevant suggestions will be automatically closed and marked as spam, and repeated offenses may result in exclusion from our organization.
        - Provide as much detail as possible. The more detail you are able to provide, the better!
        - **Make sure that a request feature may be denied or accepted and if id does it can take a while before being implemented.**

        ---
  - type: dropdown
    id: type
    attributes:
      label: What type of feature would you like?
      options:
        - New backend support
        - Code improvement (be specific)
        - New PSR standard implementation
        - Wiki/Documentation/Readme improvement
        - Other (Please Specify)
    validations:
      required: true
  - type: textarea
    id: feature_request
    attributes:
      label: The feature request
      description: Describe the feature request you'd like to have
    validations:
      required: true
  - type: textarea
    id: code_sample
    attributes:
      label: Code sample (optional)
      description: If applicable, please provide a code sample
  - type: textarea
    id: references
    attributes:
      label: References (optional)
      description: Can you link to any release notes, ideas, pull requests, or Stack-Overflow link related to this?
  - type: textarea
    id: more_info
    attributes:
      label: Do you have anything more you want to share? (optional)
      description: For example, screenshots, screen recordings, or sample code, logs, etc.
  - type: markdown
    attributes:
      value: |
        ---
        You're finished 👏 
        The following fields are prefilled and should not be modified. Please click **Submit new feature request**.