From 7a57a95573799ca604b37a6519cff37b6e398352 Mon Sep 17 00:00:00 2001
From: Rival Abdrakhmanov <rival.abdrakhmanov@jetbrains.com>
Date: Thu, 18 Jul 2024 16:28:11 +0200
Subject: [PATCH] Updates

---
 .github/workflows/stale-issues.yml | 2 +-
 CODE_OF_CONDUCT.md                 | 3 +++
 LICENSE                            | 2 +-
 README.md                          | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 CODE_OF_CONDUCT.md

diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml
index d2654d15..03bdbb6f 100644
--- a/.github/workflows/stale-issues.yml
+++ b/.github/workflows/stale-issues.yml
@@ -12,7 +12,7 @@ jobs:
     steps:
       - uses: actions/stale@v9
         with:
-          days-before-issue-stale: 60
+          days-before-issue-stale: 30
           stale-issue-label: "stale"
           exempt-issue-labels: "bug,enhancement"
           stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 00000000..3439eb78
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,3 @@
+# Code of Conduct
+
+This project and the corresponding community is governed by the [JetBrains Open Source and Community Code of Conduct](https://github.com/jetbrains#code-of-conduct). Please make sure you read it. 
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index e0ce40ec..ecdd351a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2023 Rival Abdrakhmanov
+Copyright (c) 2023 JetBrains
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index a0084e6d..986405ce 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
   <img alt="Logo" src="./src/main/resources/META-INF/pluginIcon_dark.svg#gh-dark-mode-only" width="100">
   <h2>.NET Aspire Plugin for JetBrains Rider</h2>
 
-  <a href="https://github.com/rafaelldi/aspire-plugin/actions/workflows/build.yml"><img src="https://github.com/rafaelldi/aspire-plugin/workflows/Build/badge.svg" alt="Build"></a>
+  <a href="https://github.com/JetBrains"><img src="https://jb.gg/badges/official.svg" alt="Official JetBrains project"></a>
   <a href="https://plugins.jetbrains.com/plugin/23289-aspire"><img src="https://img.shields.io/jetbrains/plugin/v/23289-aspire.svg?label=plugin&logo=rider" alt="Version"></a>
   <a href="https://plugins.jetbrains.com/plugin/23289-aspire"><img src="https://img.shields.io/jetbrains/plugin/d/23289-aspire.svg" alt="Downloads"></a>
 </div>