Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.09 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 2.09 KB

Contribution Guidelines

Many passwords is powered by the community, so feel free to contribute in any way you can to help us!

How you can help

  • Submit pull requests with new default passwords (see guidelines below) or snippet updates (notes, typos, incorrect data, etc).
  • Submit pull requests with project website improvement, corrections and other things about the page (website files are in the website repository).
  • Submit pull requests or open issues with your ideas to improve the project.
  • Open issues for things you want to see added, modified or help out with existing issues (for example: Have you noticed a typo but don't know how to fix it? Write about it in the issue.
  • Fix unresolved issues from here and here.
  • Do you have any other ideas to help? Feel free to!

Ground rules

Credentials are stored as a CSV file. You can see them in this file or on the project page.

If you want to add something new please first create an issue.

The project uses GitHub Action to sort alphabetically and update the number of passwords in the README file.
So you don't have to do it manually.

In order for the CSV file to be displayed correctly by Github, follow the scheme below:
Vendor,Model,Version,Access Type,Username,Passwords,Privileges,Notes

Example:
3COM,Wireless AP,ANY,Multi,admin,comcomcom,Admin,Works on all 3com wireless APs
will be displayed:
Example display

If the record is blank and it is a password or username, type <blank>. Otherwise, leave the field blank.

You don't have to worry that something has gone wrong. We will be happy to help if you open a PR or issue.