Sebastiaan Janssen
33adbf41fa
Update contributing docs with the correct branch name
2023-01-26 15:38:54 +01:00
Carole Rennie Logan
cdb42799dd
updating to reference v11/contrib, not 10
2022-10-22 13:07:59 +02:00
Matt Brailsford
23e94ffdad
Add TOC to Contributing page ( #12587 )
2022-06-17 17:23:43 +10:00
Joe Glombek
953e6f2e34
Rework and update the contributing guide ( #12165 )
2022-05-12 12:19:44 +02:00
Sebastiaan Janssen
4469191c99
Updating some more obsolete Code of Conduct usages
2022-03-18 13:40:03 +01:00
Sebastiaan Janssen
692f952293
Merge branch 'v9/contrib' into v9/dev
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/ContentTypeController.cs
2021-11-03 13:05:43 +01:00
Paul Johnson
7020793235
Restore BelleBuild target (for back-office assets) and use npm ci ( #11364 )
...
Co-authored-by: Ronald Barendse <ronald@barend.se >
2021-10-19 10:15:07 +01:00
Bjarke Berg
2baa1abfc4
Merge remote-tracking branch 'origin/v8/8.16' into v9/feature/merge_v8_11082021
...
# Conflicts:
# .github/CONTRIBUTING.md
# build/NuSpecs/UmbracoCms.Core.nuspec
# build/NuSpecs/UmbracoCms.Web.nuspec
# build/NuSpecs/UmbracoCms.nuspec
# src/SolutionInfo.cs
# src/Umbraco.Core/Cache/AppCaches.cs
# src/Umbraco.Core/Cache/AppPolicedCacheDictionary.cs
# src/Umbraco.Core/Cache/DeepCloneAppCache.cs
# src/Umbraco.Core/Cache/WebCachingAppCache.cs
# src/Umbraco.Core/CompositionExtensions.cs
# src/Umbraco.Core/Models/Identity/BackOfficeIdentityUser.cs
# src/Umbraco.Core/Models/PropertyGroupCollection.cs
# src/Umbraco.Core/Models/PropertyTypeCollection.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/ExternalLoginRepository.cs
# src/Umbraco.Core/ReadLock.cs
# src/Umbraco.Core/Routing/SiteDomainMapper.cs
# src/Umbraco.Core/UpgradeableReadLock.cs
# src/Umbraco.Core/WriteLock.cs
# src/Umbraco.Examine/ExamineExtensions.cs
# src/Umbraco.Infrastructure/Examine/UmbracoFieldDefinitionCollection.cs
# src/Umbraco.Infrastructure/Persistence/Dtos/ContentTypeDto.cs
# src/Umbraco.Infrastructure/Persistence/Dtos/DictionaryDto.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/MemberGroupRepository.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/TemplateRepository.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/UserRepository.cs
# src/Umbraco.Infrastructure/Services/IdKeyMap.cs
# src/Umbraco.Infrastructure/Services/Implement/ContentService.cs
# src/Umbraco.ModelsBuilder.Embedded/PureLiveModelFactory.cs
# src/Umbraco.Tests/App.config
# src/Umbraco.Web.BackOffice/Controllers/EntityController.cs
# src/Umbraco.Web.UI.Client/package.json
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/da.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web.UI/Umbraco/config/lang/cy.xml
# src/Umbraco.Web.UI/web.Template.config
# src/Umbraco.Web/CacheHelperExtensions.cs
# src/Umbraco.Web/Editors/RelationTypeController.cs
# src/Umbraco.Web/Logging/WebProfilerProvider.cs
# src/Umbraco.Web/Models/Mapping/MemberMapDefinition.cs
# src/Umbraco.Web/PublishedCache/NuCache/MemberCache.cs
# src/Umbraco.Web/Routing/ContentFinderByConfigured404.cs
# src/Umbraco.Web/Routing/NotFoundHandlerHelper.cs
# src/Umbraco.Web/Security/BackOfficeUserManager.cs
# src/Umbraco.Web/Umbraco.Web.csproj
2021-08-11 19:11:35 +02:00
Bjarke Berg
6ef2deb3cb
Fix base url for js docs
2021-08-09 07:48:37 +02:00
David Challener
a19b79553d
Update contributing.md Visual Studio min version
...
Having had an older version of visual studio running I've been unable to build the source without making changes to the solution. However, upgrading to at least VS 16.8 has meant those changes haven't been required. This is to do with how the language target "latest" was working.
Propose upping the min version listed here to avoid build issues being raised.
2021-06-30 10:06:16 +02:00
Sebastiaan Janssen
a2c461bcdb
Update CONTRIBUTING.md
2021-05-19 13:30:53 +02:00
Sebastiaan Janssen
779c94c66f
Update CONTRIBUTING.md
2021-05-19 13:29:02 +02:00
Sebastiaan Janssen
14558aea06
Update CONTRIBUTING.md
2021-05-19 10:21:44 +02:00
Sebastiaan Janssen
92cdf4e6e8
Update CONTRIBUTING.md
2021-05-19 10:20:01 +02:00
Joe Glombek
d60f14708b
Update new list of Core Collaborators in contributing docs ( #9413 )
...
* Update new list of Core Collaborators in contributing docs
* Fix spacing
2020-11-18 16:12:01 +00:00
Marc Goodson
034e9e2628
Update 'working with the code' to remove reference to VS2017
...
I'm not sure you need to restate the version here, having got it specified in the list above, but if you do, then a vanilla 2017 won't build the source because of the c#8 stuff introduced recently.
2020-10-05 10:43:32 +02:00
Kenn Jacobsen
94894ca41b
Bump required Visual Studio version number in contrib guidelines
2020-09-02 15:22:48 +02:00
James Wilkinson
d6723554fc
Added links to the required tools. Added more detail to the PR… ( #7944 )
2020-04-14 09:50:48 +02:00
Carole Rennie Logan
18e4299fb3
Adding Git command line to contrib guidelines
...
Adding Git command line to contrib guidelines after an issue someone had at #canConHackathon
2020-04-10 20:46:46 +02:00
Carole Rennie Logan
421d7ac30d
Renaming PR team name in contributing docs
2020-04-10 17:26:50 +02:00
Daniël Knippers
3d10a061e9
Update CONTRIBUTING.md ( #7680 )
...
* Update CONTRIBUTING.md
Syncs header name with summary and fixes link syntax
* Update CONTRIBUTING.md
Changed header back and updated summary instead
2020-02-18 14:05:07 +00:00
Poornima Nayar
eed94d8cd0
Change to default branch name for v8
2020-01-16 09:21:26 +01:00
Sebastiaan Janssen
60e4727e51
Update CONTRIBUTING.md
2019-11-07 12:05:16 +01:00
Jeffrey Schoemaker
2bbe2c01de
Added to switch to the correct repository
...
I always forget this.... And it's nowhere in the documentation
2019-11-07 10:48:00 +00:00
SANDIP PALIT
5f83f199cb
Fixed Grammatical errors ( #6857 )
2019-10-29 21:52:45 +01:00
emma burstow
3871f408de
Update CONTRIBUTING.md
...
I know it's cheesy to update a .md for hacktoberfest but I have been dying to put some things in here and to switch some things around. Perhaps you'll disagree on the 'easiest way to build the source code' but I wanted to invert the two because I find clicking lots easier.
2019-10-23 17:21:10 +02:00
Kewbish
86c6b3d7f8
Grammar changes
...
There were a few grammatical mistakes and one spelling error in
the various .md files, so I fixed them :)
Signed-off-by: Kewbish <kewbish@gmail.com >
2019-10-16 17:32:51 +02:00
Mike Masey
6d6121faa6
feat: add updated defaultbranch image and update missed dev-v8 references to v8/dev
2019-04-02 20:47:47 +01:00
Mike Masey
9d4ecc1d41
fix: update contributing.md with correct branch to rebase with (v8/dev)
2019-04-02 20:09:03 +01:00
Sebastiaan Janssen
1c9d1718e7
More readme updates
2019-03-19 22:53:31 +01:00
Carole Rennie Logan
9bcce48df3
still reference to temp8
2019-02-25 07:43:35 +01:00
Brian Juul Andersen
b2a1b11a5b
Fixed minor grammatical error
2018-12-29 20:20:02 +00:00
Anders Bjerner
7c8ab96b51
As Gitter has been removed from Our, we might as well remove it here
2018-12-09 18:20:41 +01:00
Sebastiaan Janssen
0315e9f338
Update CONTRIBUTING.md
2018-11-01 16:54:11 +01:00
sweta jena
9b6204eb7b
add a comma ( #3480 )
2018-10-30 09:48:28 +01:00
Sebastiaan Janssen
fa2bd54f77
Update CONTRIBUTING.md
2018-10-24 11:05:05 +02:00
Hemant Joshi
05f5f2715b
Added Correct Link of Getting Started with V8
2018-10-24 10:50:07 +02:00
StrikerRUS
62a82c17c2
updated domain in links to Umbraco community
2018-10-03 17:33:11 +03:00
Sebastiaan Janssen
90a47cd042
Move from docs to github folder
2018-08-30 09:58:29 +02:00