Skip to content

Commit

Permalink
add CONTRIBUTEING
Browse files Browse the repository at this point in the history
  • Loading branch information
KaitoMuraoka committed Jul 16, 2024
1 parent 087978c commit 6cdc8bb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 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)!
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>

0 comments on commit 6cdc8bb

Please sign in to comment.