ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

how to add copyright to the CONTRIBUTING.md

asked 2020-03-29 01:01:02 -0500

ms.kataoka@gmail.com gravatar image

I devloped joy_to_twist package, and try to run CI by using github actions. But I failed to pass the CI because of CONTRIBUTING.md does not have a copyright. (https://github.com/OUXT-Polaris/joy_t...)

Does anyone knows how to solve this problem.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2020-03-29 05:54:36 -0500

marguedas gravatar image

The linter ament_copyright looks for a license declaration in the CONTRIBUTING.md file of your repository.

The list of all currently supported licenses can be found here. The files with a name ending in _contributing.txt contain the string the linter will be looking for in the CONTRIBUTING.md file.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-03-29 01:01:02 -0500

Seen: 399 times

Last updated: Mar 29 '20