-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
What repositories need added to default config.json? #1
Comments
hey, thanks so much for taking the time to compile this. If i can easily fix all my repos with a few commands to properly credit the authors, I will readily do that. The problem is if i have to manually go through all of them, that's going to be so much work. Can you please create a step by step tutorial on what i should do via command line to make that happen? |
Welcome as always. Currently this project is focused on correcting things that if left as is could lead to DMCA takedowns being issued, or worse. Reinstating original licenses and injecting commit history from original authors seems to be the simplest way of avoiding such futures. Not every repository explicitly states that accreditation is a requirement. So language processing may be able to help with marking repositories that require that any further credits, however, with my level of Machine Learning ignorance I'd likely resort to writing in-eloquent regex search patterns. Once marked though I'd be happy to help with writing a script and/or template that can append information to ReadMe files in an automated fashion. The main ReadMe file of this project has a Quick Start section that in the meantime may be of use, but I'll be certain to write a more detailed guide in the near future. What is the best way to notify you when it's ready for review? |
To help @llSourcell fix Git logs, the current
config.json
file contains entries similar to...... there are likely more repositories that can be added to automated fixing of Git logs.
If you're willing to help track these repositories down then please either list them as a response to this Issue, or via a Pull Request to the default
config.json
file.When adding to this list it would be very kind if you could also notate any extra commands required.
Example
miloharper/simple-neural-network
requiresgit mv
This will help with directing future feature developments of the
fix_logs
project; currently I'm contemplating adding options such as...... to better facilitate fixing Git logs in an automated fashion.
The text was updated successfully, but these errors were encountered: