Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Template:
If you are merging in a feature or other major change, use this template to check your pull request!
Basic Info
What's this pull request about?
My PR Adds or Improves Documentation
If your feature is about documentation, ensure that you check the boxes relevant to you.
Docstrings
Feature Wiki
.._
and:
) in the header, as this is important for referencing the feature in the Table of Contents!General Documentation
make clean
andmake html
do not generate breaking errors.My PR is About Adding a New Feature to the Code Repository
Documentation
Did you document your feature? You should follow the same requirements as above:
Code Basics
my_feature
, NOTmyFeature
(camel case).NAME_features.py
, where NAME is the name of my feature.feature_engine/features/
.Testing
testing/
folder.The location of my tests are here:
If you check all the boxes above, then you ready to merge!