Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to contribute the wiki #27049

Closed
jingliancui opened this issue Jan 10, 2025 · 6 comments
Closed

Is it possible to contribute the wiki #27049

jingliancui opened this issue Jan 10, 2025 · 6 comments
Assignees
Labels
proposal/open s/needs-attention Issue has more information and needs another look

Comments

@jingliancui
Copy link
Contributor

Description

https://github.com/dotnet/maui/wiki/Nightly-Builds
I want to contribute this page, but can not find any entry point.

Public API Changes

no

Intended Use-Case

For community people reference

@jfversluis
Copy link
Member

I think technically you can on GitHub but we have a setting turned on that prevents outside contributors from doing to. So on the .NET MAUI repo at this time: no you cannot unfortunately.

What is it that you would like to contribute? Maybe the /docs folder is a good place?

If you could tell us a little more then lets figure out a good place for it. Thanks!

@jfversluis jfversluis added the s/needs-info Issue needs more info from the author label Jan 10, 2025
@jfversluis jfversluis self-assigned this Jan 10, 2025
@jingliancui
Copy link
Contributor Author

Hi @jfversluis
In this page
https://dev.azure.com/xamarin/public/_artifacts/feed/maui-nightly/connect
It tell us we should add this config if we need to use the nightly build:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="maui-nightly" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/maui-nightly/nuget/v3/index.json" />
  </packageSources>
</configuration>

So I want to add this part to wiki or docs.

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author labels Jan 13, 2025
@MartyIX
Copy link
Contributor

MartyIX commented Jan 13, 2025

@jingliancui What might be very user-friendly way to contribute your change is:

  1. Clone git clone https://github.com/dotnet/maui.wiki.git MAUI wiki
  2. Make your changes
  3. Publish a complete modified file here

-or-

  1. Push it to your fork repository on GitHub and send a link with your commit here

That's the least friction way I can come up.

@jfversluis
Copy link
Member

@jingliancui I don't understand, it already mentions that you should add that feed if you want to use the nightly feed?

@jfversluis jfversluis added s/needs-info Issue needs more info from the author and removed s/needs-attention Issue has more information and needs another look labels Jan 13, 2025
@jingliancui
Copy link
Contributor Author

jingliancui commented Jan 14, 2025

@jfversluis it mentioned, but I think this is vague.

In wiki page it mentioned the feed url, but where and how should I config to is the point.
As this is the first time to use the feed in my mac env, it's struggle to use in this env, first I try to config this feed by using the nuget command, but not work.
Then it take me about 30 mins to figure out we can config the feed in project file refer this page.
So that's why I ask if we can mentioned this config part from here to wiki or docs.

Image

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author labels Jan 14, 2025
@jfversluis
Copy link
Member

Updated the wiki with extra instructions, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal/open s/needs-attention Issue has more information and needs another look
Projects
None yet
Development

No branches or pull requests

3 participants