liquibase / liquibase-docs

7 stars 15 forks source link

Unable to make contribution #205

Closed Gh05ts closed 6 months ago

Gh05ts commented 6 months ago

Hi,

I was trying to add an update in the docs, unfortunately, I'm not able to push the changes after following the steps mentioned in the contribute.md, for example the command git checkout staging fails, I just created a new branch and tried to push -u origin newBranch, but I was getting permission denied 403.

image

Could someone please guide me on how to properly submit a PR here?

This is the change I was trying to make

image

git diff origin Content/change-types/drop-unique-constraint.html
diff --git a/Content/change-types/drop-unique-constraint.html b/Content/change-types/drop-unique-constraint.html
index 9789e7c4f..13e81068a 100644
--- a/Content/change-types/drop-unique-constraint.html
+++ b/Content/change-types/drop-unique-constraint.html
@@ -7,7 +7,8 @@
     </head>
     <body>
         <h1 id="change-dropuniqueconstraint">dropUniqueConstraint</h1>
-        <p>Drops an existing unique constraint.</p>
+       <p>Drops an existing unique constraint.</p>
+       <p><small>Note: For OracleDB, the index associated with the constraint is also dropped.</small></p>
         <h2 id="available-attributes">Available <MadCap:variable name="General.Param/Attribute" />s</h2>
         <table>
             <thead>
@@ -252,4 +253,4 @@ ALTER  TABLE  cat.person  DROP  KEY  const_name;
             </tbody>
         </table>
     </body>
-</html>
\ No newline at end of file
+</html>

Thanks.

Edit: closing as I forked and created PR from that.