Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
- summary 2.
- ...

> summary here should be in one line (write consise so that review without take look at code, can say/determine what changed)..
> they should provide structure overview that read and understand what changed
> not a detail guide, you can provide further infomation in notes section or it would be expictily ask in pr comments at review if need..)
> Summary here, should be in one line (write consise so that reviewer without take look at code, can say/determine what changed)..
> summary above should provide structure overview that one can read and understand what changed.
> summary should not be a detail guide, just short description.
> you can provide further infomation in notes section or it would be expictily ask in pr comments at time of review if need..)


# Breaking Changes

- [Write about any breaking changes, like architure change or databse changes etc.. If none, remove the sectio compeletly].
- [Write about any breaking changes, like architecture changes or database changes etc.. If none, remove the section compeletly].


## Notes

[if any, otherwise remove the section]

[write notes if any, otherwise remove the section]
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ class ViewPasswordActivity : AppCompatActivity() {
}
}

binding.copyPasswordBtn.isEnabled = FeatureFlagManager.get(this).latestFeaturesEnabled

// Add event onclick listener
addOnClickListenerOnButton()

Expand Down
Loading