diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index f4aec89346ff98c34fa4f80dfd88036d815cb3da..56233aa3631298e9a762b06c6f868ee171b41773 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,7 +10,6 @@ Remember that PRs should be made against the dev branch, unless you're preparing
 
 Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/hic/tree/master/.github/CONTRIBUTING.md)
 -->
-<!-- markdownlint-disable ul-indent -->
 
 ## PR checklist
 
diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml
index 303d38595742a7f4accc386ace23899fb15c28ae..4d71d9a3f171658e4189107f2abc239f9f98bfa2 100644
--- a/.github/workflows/awsfulltest.yml
+++ b/.github/workflows/awsfulltest.yml
@@ -22,8 +22,6 @@ jobs:
           workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
           access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
           compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
-          pipeline: ${{ github.repository }}
-          revision: ${{ github.sha }}
           workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/hic/work-${{ github.sha }}
           parameters: |
             {
diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml
index d319986454f5c674392661547c5d24f1970bd930..f892cfd3f1d6deb2f2c57cd60269c51638c85dc6 100644
--- a/.github/workflows/awstest.yml
+++ b/.github/workflows/awstest.yml
@@ -17,8 +17,6 @@ jobs:
           workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
           access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
           compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
-          pipeline: ${{ github.repository }}
-          revision: ${{ github.sha }}
           workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/hic/work-${{ github.sha }}
           parameters: |
             {
diff --git a/.gitpod.yml b/.gitpod.yml
index c452ee93e5c577d13c44d33e3e768b176936c87f..85d95ecc8eca8c1d7110ba1dd58d649e19bdc008 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -4,7 +4,7 @@ vscode:
   extensions: # based on nf-core.nf-core-extensionpack
     - codezombiech.gitignore # Language support for .gitignore files
     # - cssho.vscode-svgviewer                 # SVG viewer
-    - davidanson.vscode-markdownlint # Markdown/CommonMark linting and style checking for Visual Studio Code
+    - esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code
     - eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed
     - EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files
     - Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9dd20058240bfb9640a111de883de594b097c8eb..87c2402f589037c624c75cde16bf61cb34bd86b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,8 +11,6 @@ Initial release of nf-core/hic, created with the [nf-core](https://nf-co.re/) te
 
 ### `Fixed`
 
-- Clarified conda usage and added an installation tutorial for Singularity since the one on Syllabs' website uses an outdate version of GO Compiler
-
 ### `Dependencies`
 
 ### `Deprecated`