Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add repo specific issue templates #1461

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Apr 26, 2022

Summary

Override the org level issue templates in order to make the issue templates more specific to this repo. This is currently just a copy of the files from https://github.com/ignitionrobotics/.github, but we are planning to remove the GUI/Rendering section from the issue templates there.

Note, I had to copy both files in ISSUE_TEMPLATES even though we only need to override bug_report.md because Github will not use the org level defaults if it finds any files in the repo's ISSUE_TEMPLATES directory.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
@azeey azeey requested a review from chapulina as a code owner April 26, 2022 20:33
@github-actions github-actions bot added the 🏰 citadel Ignition Citadel label Apr 26, 2022
@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #1461 (5be2dd6) into ign-gazebo3 (97a87c3) will decrease coverage by 43.21%.
The diff coverage is n/a.

@@               Coverage Diff                @@
##           ign-gazebo3    #1461       +/-   ##
================================================
- Coverage        77.88%   34.67%   -43.22%     
================================================
  Files              250       31      -219     
  Lines            14378     1993    -12385     
================================================
- Hits             11198      691    -10507     
+ Misses            3180     1302     -1878     
Impacted Files Coverage Δ
src/systems/detachable_joint/DetachableJoint.cc
...lude/ignition/gazebo/components/PerformerLevels.hh
...lude/ignition/gazebo/components/DetachableJoint.hh
.../ignition/gazebo/components/PhysicsEnginePlugin.hh
include/ignition/gazebo/Link.hh
src/SdfEntityCreator.cc
src/Barrier.cc
include/ignition/gazebo/components/Altimeter.hh
.../gui/plugins/transform_control/TransformControl.cc
include/ignition/gazebo/components/Lidar.hh
... and 271 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 97a87c3...5be2dd6. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants