solex2006 / SELIProject

SELI Project
9 stars 17 forks source link

Fix/badges issues #227

Open beldier opened 3 years ago

beldier commented 3 years ago

IMPORTANT: Please do not create a Pull Request without creating an issue first. Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request

Pull request checklist

Please, go through the steps before you submit a PR.

If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Change to PREVIEW mode, so you can check the options

  1. Make sure that your PR is not a duplicate, see the Pull Request list.

  2. If note, then make sure that:

    • [ ] You have done your changes in a separate branch. Branches MUST have descriptive names that start with either the hotfix/ or feature

    • [ ] You have a descriptive commit message with a short title (first line).

    • [ ] You have only one commit (if not, squash them into one commit).

    - [ ] npm test doesn't throw any error. If it does, fix them first and amend your commit (git commit --amend).

    • [ ] Your pull request SHOULD ONLY target the master or nextbranch, if this is a hot-fix for production or next release. You probably want to target dev instead.

    • [ ] Give a descriptive title to your PR.

    • [ ] Your code follows our guidelines.

    • [ ] I have added tests that prove my fix is effective or that my feature works

    • [ ] Build (npm run build) was run locally and any changes were pushed

    • [ ] Lint (npm run lint) has passed locally and any fixes were made for failures

    • [ ] Docs have been reviewed and added / updated if needed

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.

:point_up::point_up: PLEASE REMOVE THIS TEMPLATE ABOVE BEFORE SUBMITTING :point_up::point_up:

Types of changes

What types of changes does your code introduce?

- [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

What is the current behavior?

-

Test plan

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...