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 @@