From 6cdc8bb4768591a05c8b354ac78c13cdd1576ab7 Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Tue, 16 Jul 2024 16:13:34 +0900 Subject: [PATCH 1/2] add CONTRIBUTEING --- CONTRIBUTEING.md | 28 ++++++++++++++++++++++++++++ PasswordBox/Info.plist | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 CONTRIBUTEING.md create mode 100644 PasswordBox/Info.plist diff --git a/CONTRIBUTEING.md b/CONTRIBUTEING.md new file mode 100644 index 0000000..b48bf9c --- /dev/null +++ b/CONTRIBUTEING.md @@ -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)! \ No newline at end of file diff --git a/PasswordBox/Info.plist b/PasswordBox/Info.plist new file mode 100644 index 0000000..c10230d --- /dev/null +++ b/PasswordBox/Info.plist @@ -0,0 +1,8 @@ + + + + + BGTaskSchedulerPermittedIdentifiers + + + From b68b41dd8299b5d2ba778a0c38a5ad689826f3ff Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Tue, 16 Jul 2024 16:17:51 +0900 Subject: [PATCH 2/2] add appstore label --- README.md | 4 +- docs/Assets/download-app-store.svg | 46 +++++++++++++++++++++++ CONTRIBUTEING.md => docs/CONTRIBUTEING.md | 0 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 docs/Assets/download-app-store.svg rename CONTRIBUTEING.md => docs/CONTRIBUTEING.md (100%) diff --git a/README.md b/README.md index 2af620d..53a2fb5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔑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. @@ -6,6 +6,8 @@ Often, the passwords we create ourselves contain unconscious patterns, such as f All data is stored locally on the user’s device, and the main password is stored in iCloud Keychain for secure access. +[](https://apps.apple.com/jp/app/passwordbox/id6520392403) + ## Requirement To run this app, you need the following libraries: diff --git a/docs/Assets/download-app-store.svg b/docs/Assets/download-app-store.svg new file mode 100644 index 0000000..072b425 --- /dev/null +++ b/docs/Assets/download-app-store.svg @@ -0,0 +1,46 @@ + + Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CONTRIBUTEING.md b/docs/CONTRIBUTEING.md similarity index 100% rename from CONTRIBUTEING.md rename to docs/CONTRIBUTEING.md