Skip to content

Improve Contribution.md #36

Open
Open
@OneLiteFeather

Description

@OneLiteFeather

To get more consistency in our code, we decided to use this template for deprecations which is applied to all contributions. In order to do so, you have to add this into our CONTRIBUTING.md

/**
 * This method does ...
 * @deprecated As of <product> <version>, because ... use
 *             {@link #replacementMethod()} instead.
 */
@Deprecated
public void deprecatedMethod() {
    // ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions