-
In order to ensure effective contribution, I think we need to provide some guides on how to set up IDEs / editors for work on SilverStripe core.
Off the top of my head, we should address the followin…
-
## Git GUI clients:
**Win/macOS**
https://www.sourcetreeapp.com/
https://desktop.github.com/
**Linux**
http://www.syntevo.com/smartgit/
**macOS**
https://www.git-tower.com/mac/
## Git chea…
-
# Description
We're lacking a style guideline both for the C# code and the Sphinx doc generation.
# Impact
It will keep the code clean and concise for all devs
# Proposed solutions
-…
-
Git GUI clients:
Win/macOS
https://www.sourcetreeapp.com/
https://desktop.github.com/
Linux
http://www.syntevo.com/smartgit/
macOS
https://www.git-tower.com/mac/
Git cheatsheet:
http://ohsh…
-
As a contributor or moderator, consistency of styling simplifies package maintenance and cuts down on pull request review lines of code since editors can adhere to standardization.
The project sho…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.59.0 x64
**Electron**: 9.4.4
**OS**: macOS 12.0.1
**Thrown From**: Atom Core
### Stack Trace
Could not connect to indexedDB
`…
-
Hi I just noticed that the `.csproj` file isn't formatted when running `dotnet-format`.
I'm assuming it's the same for `.sln`.
Think it would be a good to also format these files.
-
### Concept
A module for transforming configuration from static analysis tools such as `jscs` and `eslint` to `editorconfig` config format.
### Example usages
- Automatically generate `editorconfig` …
-
Using an ASP.NET Framework (.NET Framework v4.7.2) solution with many projects (51) in the solution, linting fails to show on the files which have changes violating the editorconfig rules. The linter …
-
Is see there is a lot of different coding style in the codebase. I also see there is an _IntelliJ_ code style file `.idea/codeStyleSettings.xml`, but it can't be used without the editor.
I think …