Commit 5333cc1d authored by Dieter Holvoet's avatar Dieter Holvoet
Browse files

Issue #3283262 by DieterHolvoet: Adhere to Drupal Coding Standards

parent 6be171af
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
---
name: Bug Report 🐞
about: Something isn't working as expected? Here is the right place to report.
---

## Description

Describe the issue that you're seeing.

### Steps to reproduce

Clear steps describing how to reproduce the issue.

### Expected result

What should happen?

### Actual result

What happened.

### Environment

Your version of Drupal, PHP and other packages that may be relevant.
+0 −16
Original line number Diff line number Diff line
---
name: Feature Request 💡
about: Suggest a new idea for the project.
---

## Summary

Brief explanation of the feature.

### Basic example

If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable.

### Motivation

Why are we doing this? What use cases does it support? What is the expected outcome?
+0 −10
Original line number Diff line number Diff line
---
name: Question 🤔
about: Usage question or discussion about this package.
---

## Summary

## Relevant information

<!-- Provide as much useful information as you can -->

.github/PULL_REQUEST_TEMPLATE.md

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
## Description

<!-- Write a brief description of the changes introduced by this PR -->

### Documentation

<!--
  Where is this feature or API documented?

  - If docs exist:
    - Update any references, if relevant.
  - If no docs exist:
    - Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
-->

## Related Issues

<!--
  Link to the issue that is fixed by this PR (if there is one)
  e.g. Fixes #1234

  Link to an issue that is partially addressed by this PR (if there are any)
  e.g. Addresses #1234

  Link to related issues (if there are any)
  e.g. Related to #1234
-->
+0 −3
Original line number Diff line number Diff line
@@ -5,6 +5,3 @@ composer.lock

# Ignore files generated by PhpStorm
.idea

# Ignore files generated by friendsofphp/php-cs-fixer
.php_cs.cache
Loading