diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 867bd495..7e64e384 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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] diff --git a/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/ViewPasswordActivity.kt b/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/ViewPasswordActivity.kt index 7629b2c0..e927e5d1 100644 --- a/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/ViewPasswordActivity.kt +++ b/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/ViewPasswordActivity.kt @@ -67,8 +67,6 @@ class ViewPasswordActivity : AppCompatActivity() { } } - binding.copyPasswordBtn.isEnabled = FeatureFlagManager.get(this).latestFeaturesEnabled - // Add event onclick listener addOnClickListenerOnButton()