diff --git a/doc/notification.md b/doc/notification.md deleted file mode 100644 index db0e48d..0000000 --- a/doc/notification.md +++ /dev/null @@ -1,24 +0,0 @@ -Notification Email -======== - -GitBucket can send email notification to users if this feature is enabled by an administrator. - -The timing of the notification are as follows: - -##### at the issue registration (new issue, new pull request) -When a record is saved into the ```ISSUE``` table, GitBucket does the notification. - -##### at the comment registration -Among the records in the ```ISSUE_COMMENT``` table, them to be counted as a comment (i.e. the record ```ACTION``` column value is "comment" or "close_comment" or "reopen_comment") are saved, GitBucket does the notification. - -##### at the status update (close, reopen, merge) -When the ```CLOSED``` column value is updated, GitBucket does the notification. - -Notified users are as follows: - -* individual repository's owner -* group members of group repository -* collaborators -* participants - -However, the person performing the operation is excluded from the notification. diff --git a/doc/readme.md b/doc/readme.md index f8b23de..86cb76f 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -6,7 +6,6 @@ * [Authentication in Controller](authenticator.md) * [About Action in Issue Comment](comment_action.md) * [Activity Types](activity.md) - * [Notification Email](notification.md) * [Automatic Schema Updating](auto_update.md) * [Release Operation](release.md) * [JRebel integration (optional)](jrebel.md)