Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: Update documentations & Add Headings #1311

Merged
merged 3 commits into from
Nov 12, 2020
Merged

docs: Update documentations & Add Headings #1311

merged 3 commits into from
Nov 12, 2020

Conversation

Sloox
Copy link
Contributor

@Sloox Sloox commented Nov 11, 2020

Fixes #1297
Adds names and updates docs

@Sloox Sloox added the Documentation Pull request which touches documentation label Nov 11, 2020
@Sloox Sloox self-assigned this Nov 11, 2020
@mergify
Copy link

mergify bot commented Nov 11, 2020

Title does not follow the guidelines of Conventional Commits.
Please adjust title before merge and use one of following prefix:

  • build - Changes that affect the build system or external dependencies (dependencies update)
  • ci - Changes to our CI configuration files and scripts (basically directory .github/workflows)
  • docs - Documentation only changes
  • feat - A new feature
  • fix - A bug fix
  • chore - Changes which does not touch the code (ex. manual update of release notes). It will not generate release notes changes
  • refactor - A code change that contains refactor
  • style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test - Adding missing tests or correcting existing tests and also changes for our test app
  • perf - A code change that improves performance (I do not think we will use it)

@codecov-io
Copy link

codecov-io commented Nov 11, 2020

Codecov Report

Merging #1311 (fbec405) into master (68d52d8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1311   +/-   ##
=========================================
  Coverage     79.61%   79.61%           
  Complexity      735      735           
=========================================
  Files           237      237           
  Lines          4572     4572           
  Branches        792      792           
=========================================
  Hits           3640     3640           
  Misses          526      526           
  Partials        406      406           

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2020

Timestamp: 2020-11-11 10:44:34
Buildscan url for ubuntu-workflow run 357580829
https://gradle.com/s/gb4pcua7uleni

@mergify
Copy link

mergify bot commented Nov 11, 2020

Title does not follow the guidelines of Conventional Commits.
Please adjust title before merge and use one of following prefix:

  • build - Changes that affect the build system or external dependencies (dependencies update)
  • ci - Changes to our CI configuration files and scripts (basically directory .github/workflows)
  • docs - Documentation only changes
  • feat - A new feature
  • fix - A bug fix
  • chore - Changes which does not touch the code (ex. manual update of release notes). It will not generate release notes changes
  • refactor - A code change that contains refactor
  • style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test - Adding missing tests or correcting existing tests and also changes for our test app
  • perf - A code change that improves performance (I do not think we will use it)

@Sloox Sloox changed the title doc: Update documentations & Add Headings docs: Update documentations & Add Headings Nov 11, 2020
@mergify mergify bot merged commit d634b50 into master Nov 12, 2020
@mergify mergify bot deleted the #1297-add-names branch November 12, 2020 06:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Documentation Pull request which touches documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add names to all our documentation
4 participants