Difference between revisions of "Prebid Docs Taskforce"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
== Roadmap ==  | == Roadmap ==  | ||
| + | * create a PR template  | ||
* consider additional metadata enforcements  | * consider additional metadata enforcements  | ||
* label cleanup  | * label cleanup  | ||
* auto-merging of approved PRs  | * auto-merging of approved PRs  | ||
* regular 404 checks  | * regular 404 checks  | ||
| + | * better on-boarding docs  | ||
| Line 22: | Line 24: | ||
[[Category:Prebid Project Management Committees|Prebid Docs]]  | [[Category:Prebid Project Management Committees|Prebid Docs]]  | ||
| + | |||
| + | == Reservations ==  | ||
| + | |||
| + | * dev: Bret is using for GPID docs (Nov 18 2021)  | ||
| + | * stage: unused  | ||
| + | |||
| + | To sync dev and stage to master  | ||
| + | |||
| + | git checkout master  | ||
| + | git pull  | ||
| + | git checkout dev/stage  | ||
| + | |||
| + | And then either:  | ||
| + | |||
| + | git merge master -s recursive -Xtheirs  | ||
| + | |||
| + | or  | ||
| + | |||
| + | git mergetool  | ||
Latest revision as of 16:36, 27 January 2022
Committee that manages prebid.github.io and the prebid.org wordpress site.
Scope: prebid.org and docs.prebid.org
Chair: Steve Suranie (Xandr)
Vice Chair: Bret Gorsline (Magnite)
Audience: Product, Engineers, TechWriters
Roadmap
- create a PR template
 - consider additional metadata enforcements
 - label cleanup
 - auto-merging of approved PRs
 - regular 404 checks
 - better on-boarding docs
 
GitHub Repositories
https://github.com/prebid/prebid.github.io
Reservations
- dev: Bret is using for GPID docs (Nov 18 2021)
 - stage: unused
 
To sync dev and stage to master
git checkout master git pull git checkout dev/stage
And then either:
git merge master -s recursive -Xtheirs
or
git mergetool