[Technical Questions] Pull request failing REUSE test #48
-
In what area do you have a technical challenge?Xcode, Simulator & Previews DescriptionHello! I recently opened a pull request for my edits to the contact page of our team's app, but it looks like it fails the REUSE test because I uploaded an image for the contact picture and the new app icon. Here is the link to my pull request: https://github.com/CS342Industry/2024-Nourish/pull/2. What is the best way to fix this? Thank you! Reproductionhttps://github.com/CS342Industry/2024-Nourish/pull/2 Expected behaviorI expected it to pass all of the tests, but it looks like some copyright issue is happening based on the error message. Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @EmilyMacias, To fix the copyright issue, you will need to add a .license file for the contact image, logo, and json file. You can create a license file by the name This should fix the issue! Let me know if it doesn't work. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @EmilyMacias,
To fix the copyright issue, you will need to add a .license file for the contact image, logo, and json file. You can create a license file by the name
NourishLogo (1).png.license
,anne.jpeg.license
, andContents.json.license
in the folders where you have added the images. You can copy over what is written in the other license files (e.g. this file) to the new ones.This should fix the issue! Let me know if it doesn't work.
Thanks!
Adrit