33 lines
1.6 KiB
Markdown
33 lines
1.6 KiB
Markdown
---
|
|
title: 'Feature requests'
|
|
description: 'Complete list of all the user requested features'
|
|
tag: github
|
|
|
|
author: jbrazio
|
|
contrib: thinkyhead
|
|
category: [ development ]
|
|
---
|
|
|
|
<!-- ## About -->
|
|
|
|
Marlin has _a lot_ of features, and there are several more in development, but we're always open to more ideas and contributions! We keep track of feature requests in the Marlin Issue Queue. Open tagged feature requests appear on this page:
|
|
|
|
#### [Open Marlin Feature Requests](//github.com/MarlinFirmware/Marlin/labels/T%3A%20Feature%20Request)
|
|
|
|
# Before Submitting
|
|
|
|
**Scan the [Feature Requests](//github.com/MarlinFirmware/Marlin/labels/T%3A%20Feature%20Request) list** to see if a similar request is already in the queue. If there is, you can add comments to the existing request.
|
|
|
|
**Read the [Coding Standards](coding_standards.html)** (especially "[Adding a New Feature](coding_standards.html#adding-a-new-feature)") and review them when preparing your code for submission.
|
|
|
|
**[Sign up for a free Github account](//github.com/join)**. A Github account is required to submit a Feature Request. The process only takes a few minutes, and then you will be notified on Github as your feature progresses and be able to contribute to the feature.
|
|
|
|
# Submitting a Feature Request
|
|
|
|
Go to the Marlin project page to [Open a New Issue](//github.com/MarlinFirmware/Marlin/issues/new) and follow these guidelines:
|
|
|
|
- Prefix the title with **'[Feature Request]'** or its short form, **'[FR]'**.
|
|
- Keep the title short and to the point. A good example would be:
|
|
**[FR] Add support for ACME Stepper Driver**
|
|
- Provide all relevant information about the feature.
|