Skip to content

Commit

Permalink
KaitoMuraoka/feature/docからプルリクエスト#15をマージする
Browse files Browse the repository at this point in the history
Add Document
  • Loading branch information
KaitoMuraoka authored Jul 16, 2024
2 parents 087978c + b68b41d commit af69b34
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 1 deletion.
8 changes: 8 additions & 0 deletions PasswordBox/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array/>
</dict>
</plist>
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# 🔑Password Box
# 🔐Password Box

Password Box is an iOS app designed to store passwords that cannot be managed by conventional password management tools like iCloud Keychain. It addresses the need to securely store a variety of real-world passcodes that typical password managers can’t handle, such as computer passcodes for different operating systems at the office, bike lock combinations, and more.

Often, the passwords we create ourselves contain unconscious patterns, such as favorite characters, birthdays, or even car license plate numbers. These predictable patterns can lead to dangerous security breaches. Password Box aims to solve these issues.

All data is stored locally on the user’s device, and the main password is stored in iCloud Keychain for secure access.

[<img src="./docs/Assets/download-app-store.svg">](https://apps.apple.com/jp/app/passwordbox/id6520392403)

## Requirement

To run this app, you need the following libraries:
Expand Down
46 changes: 46 additions & 0 deletions docs/Assets/download-app-store.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions docs/CONTRIBUTEING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# How to Contribute to the PasswordBox App
## How to Find Tasks
We use [GitHub Issues](https://github.com/KaitoMuraoka/PasswordBox/issues) for task management. Please search for an issue you would like to contribute to there. Issues labeled with ["good first issue"](https://github.com/KaitoMuraoka/PasswordBox/contribute) are recommended for your first contribution.

You can also submit a [Pull Request](https://github.com/KaitoMuraoka/PasswordBox/pulls) without an existing issue. In that case, please provide details such as the reason, cause, and solution in the Pull Request.

## How to Start Contributing
If you find a task you want to work on, leave a comment on the issue (e.g., “:raising_hand:”) to avoid overlapping work with others.
We will respond to your comment as soon as possible, but feel free to start working on the task once you’ve commented!

## How to Discuss and Propose Ideas
Using GitHub Issues is preferable, but if you have specific ideas for implementation or refactoring, Pull Requests are also welcome.

## App Translation
TBD

## Web site
TBD

## App Design
I am not a designer. If you have better app or icon designs, please feel free to create an issue.

## Languages for Issues, Comments, and Reviews

Please use either English or Japanese for comments.

## Note
If you have any questions, feel free to ask anything through [GitHub Issues](https://github.com/KaitoMuraoka/PasswordBox/issues)!

0 comments on commit af69b34

Please sign in to comment.